Skip to content

Commit

Permalink
Hot fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zipofar committed Oct 9, 2023
1 parent 0c1ba25 commit eb6f956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/uffizzi/cli/dev_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb6f956

Please sign in to comment.