From ab91d44127cf75572fa522176e6916ee57c3b2cd Mon Sep 17 00:00:00 2001 From: alexglasertpx Date: Mon, 20 Jan 2025 18:11:58 +0000 Subject: [PATCH] Swap tests over to check Lint --- tests/integration/test_class_collector.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_class_collector.py b/tests/integration/test_class_collector.py index e9095d6b..1c917d22 100644 --- a/tests/integration/test_class_collector.py +++ b/tests/integration/test_class_collector.py @@ -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])