switching back per docs

This commit is contained in:
Joe Heck
2011-11-11 09:29:27 -08:00
parent e109d09304
commit c39261176b

View File

@@ -77,5 +77,5 @@ class TestCase(unittest.TestCase):
def tearDown(self):
time.time = self._original_time
super(TestCase, self).tearDown()
self.mox.VerifyAll()
self.mox.UnsetStubs()
self.mox.VerifyAll()