mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-06 06:43:54 +00:00
fix server test
This commit is contained in:
parent
422109f3fe
commit
1ae54bee27
2 changed files with 1 additions and 2 deletions
|
|
@ -170,7 +170,7 @@ def test_serverStartTwoInstances():
|
|||
testServer2 = TCPServer(dataQueue)
|
||||
assert testServer1.start()
|
||||
assert testServer1.isRunning
|
||||
assert testServer2.start()
|
||||
assert not testServer2.start()
|
||||
assert testServer1.isRunning
|
||||
assert testServer2.isRunning
|
||||
assert testServer1.stop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue