diff options
Diffstat (limited to 'tests/events_test.py')
-rw-r--r-- | tests/events_test.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/events_test.py b/tests/events_test.py index cdcdb09..89b2033 100644 --- a/tests/events_test.py +++ b/tests/events_test.py @@ -37,7 +37,7 @@ from combox.file import (relative_path, purge_dir, from combox.silo import ComboxSilo from tests.utils import (get_config, shardedp, dirp, renamedp, - path_deletedp) + path_deletedp, rm_nodedirs) class TestEvents(object): @@ -240,3 +240,5 @@ class TestEvents(object): silo.remove(self.ipsum) silo.remove(self.TEST_FILE) + + rm_nodedirs(self.config) |