diff options
Diffstat (limited to 'ipatests/util.py')
-rw-r--r-- | ipatests/util.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipatests/util.py b/ipatests/util.py index 30fafdc76..9d9562c58 100644 --- a/ipatests/util.py +++ b/ipatests/util.py @@ -448,7 +448,7 @@ class ClassChecker(object): 'get_subcls()' ) - def tearDown(self): + def teardown(self): """ nose tear-down fixture. """ @@ -533,7 +533,7 @@ class PluginTester(object): o = api[namespace][self.plugin.__name__] return (o, api, home) - def tearDown(self): + def teardown(self): """ nose tear-down fixture. """ |