Skip to content

Commit ecdf405

Browse files
sandarshmeta-codesync[bot]
authored andcommitted
Fix moq_codec_test build
Summary: title Reviewed By: sharmafb Differential Revision: D89309009 fbshipit-source-id: 9a083cf8d71e363b4645eab1b97365ac3841e272
1 parent 8083015 commit ecdf405

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

moxygen/test/MoQCodecTest.cpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -767,12 +767,7 @@ TEST_P(MoQCodecTest, ZeroLengthObjectFollowedByNormalObject) {
767767
EXPECT_CALL(
768768
objectStreamCodecCallback_,
769769
onObjectStatus(
770-
2,
771-
3,
772-
4,
773-
folly::Optional<uint8_t>(5),
774-
ObjectStatus::OBJECT_NOT_EXIST,
775-
testing::_))
770+
2, 3, 4, folly::Optional<uint8_t>(5), ObjectStatus::OBJECT_NOT_EXIST))
776771
.WillOnce(testing::Return(MoQCodec::ParseResult::CONTINUE));
777772

778773
// Expect onObjectBegin for the normal object (this would crash without the

0 commit comments

Comments
 (0)