Skip to content

Commit

Permalink
fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
bugy committed Oct 23, 2024
1 parent 36e59f4 commit feb7f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/execution_logging_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def test_logging_values(self):
self.assertEqual('some text\nanother text', log)

log_files = os.listdir(test_utils.temp_folder)
self.assertEqual(['test-my_script-abc.log', 'conf'], log_files)
self.assertCountEqual(['test-my_script-abc.log', 'conf'], log_files)

def test_exit_code(self):
config_model = create_config_model(
Expand Down

0 comments on commit feb7f1b

Please sign in to comment.