diff --git a/PythonAPI/test/smoke/__init__.py b/PythonAPI/test/smoke/__init__.py index 917f6cc3d..de115f03b 100644 --- a/PythonAPI/test/smoke/__init__.py +++ b/PythonAPI/test/smoke/__init__.py @@ -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