1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-11-24 04:01:07 +03:00

fix broken test

Summary:
Missed modifying a test after final changes to D58572572 but Sandcastle didn't catch it?

{F1694722170}

Differential Revision: D58636574

fbshipit-source-id: c0b868718ddd6eac21764926bee5bb6e097411dd
This commit is contained in:
Ilango Purushothaman
2024-06-15 15:22:21 -07:00
committed by Facebook GitHub Bot
parent 723fbcb33d
commit 21e05ab699

View File

@@ -45,10 +45,10 @@ const CachedServerTransportParameters kParams{
initialMaxStreamDataUni,
initialMaxStreamsBidi,
initialMaxStreamsUni,
knobFrameSupport,
ackReceiveTimestampsEnabled,
maxReceiveTimestampsPerAck,
ackReceiveTimestampsExponent};
ackReceiveTimestampsExponent,
knobFrameSupport,
ackReceiveTimestampsEnabled};
} // namespace
class ClientStateMachineTest : public Test {