switching back per docs
This commit is contained in:
@@ -77,5 +77,5 @@ class TestCase(unittest.TestCase):
|
|||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
time.time = self._original_time
|
time.time = self._original_time
|
||||||
super(TestCase, self).tearDown()
|
super(TestCase, self).tearDown()
|
||||||
self.mox.VerifyAll()
|
|
||||||
self.mox.UnsetStubs()
|
self.mox.UnsetStubs()
|
||||||
|
self.mox.VerifyAll()
|
||||||
|
Reference in New Issue
Block a user