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