Skip to content

Commit

Permalink
Update src/app/tests/TestReadInteraction.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
yunhanw-google and bzbarsky-apple committed Aug 7, 2022
1 parent 0473c1d commit c098a67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/tests/TestReadInteraction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3022,7 +3022,6 @@ void TestReadInteraction::TestSubscribeClientReceiveInvalidReportMessage(nlTestS
// The ReadHandler's exchange is still open when we synthesize the ReportData.
// Since we synthesized the ReportData to the ReadClient, instead of sending it from the ReadHandler,
// the only messages here are the ReadClient's StatusResponse to the unexpected message and an MRP ack.
// The ReadHandler should have sent a StatusResponse too.
NL_TEST_ASSERT(apSuite, ctx.GetLoopback().mSentMessageCount == 2);

NL_TEST_ASSERT(apSuite, delegate.mError == CHIP_ERROR_END_OF_TLV);
Expand Down

0 comments on commit c098a67

Please sign in to comment.