Skip to content

Commit

Permalink
Update Send_Tests.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallardo994 committed Jan 16, 2024
1 parent 810cbb6 commit 10cf3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Send_Tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ TEST(Send_Tests, Send_LossyScenario) {
kcp_input.update(now, input_to_output);

++update_idx;

ASSERT_LT(update_idx, 10000);
}

ASSERT_EQ(kcp_output.get_state(), State::Alive);
Expand All @@ -212,6 +210,8 @@ TEST(Send_Tests, Send_LossyScenario) {
for (size_t j = 0; j < size; ++j) {
EXPECT_EQ(send_buffer.at(j), recv_buffer.at(j));
}

std::cout << "Send_LossyScenario finished in simulated " << update_idx << " calls" << std::endl;
}

TEST(Send_Tests, Send_FragmentedValidValues) {
Expand Down

0 comments on commit 10cf3b9

Please sign in to comment.