Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav2699 committed Dec 24, 2024
1 parent 56f3f00 commit a8f2386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/unittest/FrameTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,9 @@ TEST(FrameTest, TestQuicAckTrackerDidHitReorderingThreshold)
ASSERT_TRUE(TestReorderingThreshold(5, 7, {{0, 1}, {3}, {5, 9}}));

// Additional cases to test edge conditions
ASSERT_TRUE(TestReorderingThreshold(5, 4, {{1, 2}, {4}, {10}}));
ASSERT_FALSE(TestReorderingThreshold(5, 0, {{1, 2}, {4}}));
ASSERT_FALSE(TestReorderingThreshold(5, 2, {{1, 2}, {4}}));
ASSERT_TRUE(TestReorderingThreshold(5, 4, {{1, 2}, {4}, {10}}));
}

struct ResetStreamFrameParams {
Expand Down

0 comments on commit a8f2386

Please sign in to comment.