mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 13:57:44 +00:00
fix server test
This commit is contained in:
parent
1ae54bee27
commit
5f30bcb2f3
2 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue