This commit is contained in:
Sandy Walsh
2011-06-21 12:19:01 -07:00
parent 5ca1f68069
commit 43e1f7dece
3 changed files with 4 additions and 3 deletions

View File

@@ -173,7 +173,7 @@ class ZoneAwareSchedulerTestCase(test.TestCase):
def setUp(self):
super(ZoneAwareSchedulerTestCase, self).setUp()
self.stubs = stubout.StubOutForTesting()
def tearDown(self):
self.stubs.UnsetAll()
super(ZoneAwareSchedulerTestCase, self).tearDown()