summaryrefslogtreecommitdiff
path: root/python/tests/assembler.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/assembler.py')
-rw-r--r--python/tests/assembler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tests/assembler.py b/python/tests/assembler.py
index b76924e59d..f4e37084b6 100644
--- a/python/tests/assembler.py
+++ b/python/tests/assembler.py
@@ -47,6 +47,7 @@ class AssemblerTest(TestCase):
self.server.start()
started.wait(3)
+ assert started.isSet()
def tearDown(self):
self.running = False