mirror of
https://github.com/QuasarApp/Heart.git
synced 2025-04-29 11:14:37 +00:00
Revert "fix win tests"
This reverts commit 6171909b12ea94157f65815c3ffcd21bceef6241.
This commit is contained in:
parent
6171909b12
commit
2df712af08
@ -209,7 +209,7 @@ void SingleServerTest::loginTest() {
|
||||
bool SingleServerTest::initTest() {
|
||||
auto server = dynamic_cast<TestSingleServer*>(_server);
|
||||
|
||||
if (!server->run(TEST_LOCAL_HOST, LOCAL_TEST_PORT + 1, "SingleServer")) {
|
||||
if (!server->run(TEST_LOCAL_HOST, LOCAL_TEST_PORT, "SingleServer")) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user