Skip to content

Commit

Permalink
better logs
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed May 5, 2024
1 parent f1bb501 commit c989949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ServerTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class ServerTests : public ::testing::Test
// Give time to finish last connection
QTest::qWait(1000);
qInfo() << "Connected Count : " << connectedCount;
ASSERT_TRUE(connectedCount > 40);
ASSERT_GT(connectedCount, 40);
ASSERT_EQ(newClientSpy.count(), connectedCount);
}
};
Expand Down

0 comments on commit c989949

Please sign in to comment.