Skip to content

Commit a708188

Browse files
committed
The assertion should be nested as well
1 parent bb0492f commit a708188

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/client/test_watchdir.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,5 +175,6 @@ def test_scan_directory(
175175
substrings_blacklist=substrings_blacklist,
176176
)
177177
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())
178+
179+
# 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

Comments
 (0)