Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Dec 18, 2024
1 parent fe9024e commit 4d159a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/core/transport/chaotic_good/frame_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ void AssertRoundTrips(const T& input, FrameType expected_frame_type) {
EXPECT_EQ(hdr.type, expected_frame_type);
// Frames should always set connection id 0, though the transport may adjust
// it.
EXPECT_EQ(hdr.payload_connection_id, 0);
SliceBuffer output_buffer;
input.SerializePayload(output_buffer);
EXPECT_EQ(hdr.payload_length, output_buffer.Length());
Expand Down

0 comments on commit 4d159a8

Please sign in to comment.