Skip to content

Commit

Permalink
unittest assert
Browse files Browse the repository at this point in the history
  • Loading branch information
njgibbon committed Sep 17, 2021
1 parent e2c81dd commit 5fc22ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ def test_get_file_set_from_dir_path(self):
expected_set = {'a.txt', 'file.txt'}
file_set = file_dir_set_ops.main.get_file_set_from_dir_path("tests/data/a")
print(file_set)
assert(file_set == expected_set)
self.assertTrue(file_set == expected_set)

0 comments on commit 5fc22ca

Please sign in to comment.