Restore settings after smoke tests

This commit is contained in:
bernat 2021-05-17 13:08:12 +02:00
parent 2407d3ae56
commit 9b05d44a0f
1 changed files with 2 additions and 0 deletions

View File

@ -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()