Skip to content

Commit

Permalink
#67-training-doesnt-like-sig-files
Browse files Browse the repository at this point in the history
  • Loading branch information
mlupei committed Feb 15, 2024
1 parent 06db1fb commit 211781c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_make_training_data_from_sketches.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_main_valid_input(self):

make_training_data_from_sketches.main(test_args)

ref_file_error_msg = f'Reference database zip file {self.test_zip_file} does not exist.'
ref_file_error_msg = f'Reference database file {self.test_zip_file} does not exist.'
mock_utils.check_file_existence.assert_called_with(self.test_zip_file, ref_file_error_msg)

def test_main_invalid_zip_file(self):
Expand Down

0 comments on commit 211781c

Please sign in to comment.