smoke_test: Reload the map after each test
This commit is contained in:
parent
9f9944045d
commit
6b40b00a29
|
@ -30,6 +30,7 @@ class SmokeTest(unittest.TestCase):
|
|||
self.client.set_timeout(120.0)
|
||||
|
||||
def tearDown(self):
|
||||
self.client.load_world("Town03")
|
||||
self.client = None
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue