SmokeTest: Removed useless apply_settings in tearDown

This commit is contained in:
Daniel Santos-Oliván 2021-05-13 13:14:57 +02:00 committed by bernat
parent 1b258f9e14
commit d05d1f5e37
1 changed files with 0 additions and 2 deletions

View File

@ -48,7 +48,5 @@ 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()