We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0492f commit a708188Copy full SHA for a708188
tests/client/test_watchdir.py
@@ -175,5 +175,6 @@ def test_scan_directory(
175
substrings_blacklist=substrings_blacklist,
176
)
177
result = watcher._scan_directory()
178
- # Check that the result does not contain the junk files
179
- assert [str(file) for file in clem_test_files] == sorted(result.keys())
+
+ # Check that the result does not contain the junk files
180
+ assert [str(file) for file in clem_test_files] == sorted(result.keys())
0 commit comments