Skip to content

Commit

Permalink
Apply test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Nov 2, 2022
1 parent f268401 commit d3861df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/file_handler/test_data_content_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_scan_zipfile_p(self) -> None:
with open(os.path.join(dirpath, filename), "rb") as input_file:
output_file.write(input_file.read())
samples_file_count += 1
# self.assertEqual(SAMPLES_FILES_COUNT, samples_file_count)
self.assertEqual(SAMPLES_FILES_COUNT, samples_file_count)
content_provider = TextProvider([zip_file_path])
file_extractors = content_provider.get_scannable_files(cs.config)
assert len(file_extractors) == 1
Expand Down

0 comments on commit d3861df

Please sign in to comment.