Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
Summary:
Missed modifying a test after final changes to D58572572 but Sandcastle didn't catch it?

{F1694722170}

Differential Revision: D58636574

fbshipit-source-id: c0b868718ddd6eac21764926bee5bb6e097411dd
  • Loading branch information
Ilango Purushothaman authored and facebook-github-bot committed Jun 15, 2024
1 parent 723fbcb commit 21e05ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quic/client/test/ClientStateMachineTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ const CachedServerTransportParameters kParams{
initialMaxStreamDataUni,
initialMaxStreamsBidi,
initialMaxStreamsUni,
knobFrameSupport,
ackReceiveTimestampsEnabled,
maxReceiveTimestampsPerAck,
ackReceiveTimestampsExponent};
ackReceiveTimestampsExponent,
knobFrameSupport,
ackReceiveTimestampsEnabled};
} // namespace

class ClientStateMachineTest : public Test {
Expand Down

0 comments on commit 21e05ab

Please sign in to comment.