fix server test

This commit is contained in:
Bastian Schroll 2019-10-21 12:24:25 +02:00
parent 1ae54bee27
commit 5f30bcb2f3
2 changed files with 2 additions and 2 deletions

View file

@ -172,7 +172,7 @@ def test_serverStartTwoInstances():
assert testServer1.isRunning
assert not testServer2.start()
assert testServer1.isRunning
assert testServer2.isRunning
assert not testServer2.isRunning
assert testServer1.stop()
assert testServer2.stop()