diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-09-06 20:05:08 -0400 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-09-06 20:05:08 -0400 |
commit | a47fa38d306e375466f9460694376585630143cb (patch) | |
tree | 7da4b622de0fe0a666e43277982faf149d64abf2 /tests/events_test.py | |
parent | b96246bfc49b3b46379f3e66bb0eec743dde14a7 (diff) |
ests.events_test: updated TestEvents's teardown_class method.
Diffstat (limited to 'tests/events_test.py')
-rw-r--r-- | tests/events_test.py | 4 |
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() |