Restore settings after smoke tests
This commit is contained in:
parent
2407d3ae56
commit
9b05d44a0f
|
@ -48,5 +48,7 @@ class SyncSmokeTest(SmokeTest):
|
|||
self.world.tick()
|
||||
|
||||
def tearDown(self):
|
||||
self.world.apply_settings(self.settings)
|
||||
self.world.tick()
|
||||
self.settings = None
|
||||
super(SyncSmokeTest, self).tearDown()
|
||||
|
|
Loading…
Reference in New Issue