Skip to content

Commit

Permalink
be robust to order differences is find_file_resources test
Browse files Browse the repository at this point in the history
  • Loading branch information
ehneilsen committed Dec 12, 2023
1 parent 70cc8bf commit 4b35c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def test_find_file_resources(self):
# Verify that we found exactly the files we made
found_files = find_file_resources(temp_dir)

self.assertListEqual(made_files, found_files)
assert set(made_files) == set(found_files)

0 comments on commit 4b35c29

Please sign in to comment.