diff options
Diffstat (limited to 'python/tests/connection.py')
| -rw-r--r-- | python/tests/connection.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tests/connection.py b/python/tests/connection.py index 23e0c937fb..512fa62189 100644 --- a/python/tests/connection.py +++ b/python/tests/connection.py @@ -87,6 +87,7 @@ class ConnectionTest(TestCase): self.server.start() started.wait(3) + assert started.isSet() def tearDown(self): self.running = False |
