Skip to content

Commit

Permalink
Swap tests over to check Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexglasertpx committed Jan 20, 2025
1 parent e2c7779 commit ab91d44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/test_class_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ def test_collector(test_dataset_collector, collection_dir):
assert log_hash2 == log_hash1, "log file changed after second run"
assert resource_hash2 == resource_hash1, "resource file after second run"


# Test what happens when we deleted a json file and that the collector collects the missing json file
json_files = np.sort(json_files)
Path.unlink(json_files[0])
Expand Down

0 comments on commit ab91d44

Please sign in to comment.