summaryrefslogtreecommitdiffstats
path: root/tests/events_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/events_test.py')
-rw-r--r--tests/events_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/events_test.py b/tests/events_test.py
index b995d6c..16467b2 100644
--- a/tests/events_test.py
+++ b/tests/events_test.py
@@ -820,10 +820,10 @@ class TestEvents(object):
"""Purge the mess created by this test"""
rm_shards(self.TEST_FILE, self.config)
-
rm_shards(self.lorem, self.config)
-
rm_shards(self.ipsum, self.config)
+ rm_path(self.lorem_ipsum)
+
rm_nodedirs(self.config)
rm_configdir()