Skip to content

Commit

Permalink
tweak test case
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickson committed Jul 19, 2024
1 parent d6ba009 commit 3a5a941
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions directory_cleaner/directory_cleaner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def setup_method(self, _method):
"caches/cache2/blah" "tasks/task1/task123",
"tasks/task2/task234",
"misc2/",
"misc2/test111",
"misc3",
"misc/blah.txt",
"generic-worker.cfg",
"generic-worker.cfg.bak",
Expand All @@ -112,6 +114,7 @@ def test_directory_cleaner(self):
str(Path(self.temp_dir1) / "junk_dir/junk4"),
str(Path(self.temp_dir1) / "misc"),
str(Path(self.temp_dir1) / "misc/blah.txt"),
str(Path(self.temp_dir1) / "misc3"),
]
)
assert result["skipped"] == sorted(
Expand Down

0 comments on commit 3a5a941

Please sign in to comment.