From eb6f95664cfaf06e46b07c2bc5a83580e44bbbb8 Mon Sep 17 00:00:00 2001 From: Zipofar Date: Mon, 9 Oct 2023 12:40:05 +0300 Subject: [PATCH] Hot fix test --- test/uffizzi/cli/dev_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/uffizzi/cli/dev_test.rb b/test/uffizzi/cli/dev_test.rb index b437f449..38775a73 100644 --- a/test/uffizzi/cli/dev_test.rb +++ b/test/uffizzi/cli/dev_test.rb @@ -106,7 +106,7 @@ def test_start_dev_as_daemon_when_deamon_already_run @dev.start(@skaffold_file_path) end - assert_match('You already start uffizzi', error.message) + assert_match('You have already started uffizzi', error.message) end def test_start_dev_without_skaffold_config