From c098a67e835c34d86840348f09aaa269e4f08e14 Mon Sep 17 00:00:00 2001 From: yunhanw-google Date: Fri, 5 Aug 2022 22:45:55 -0700 Subject: [PATCH] Update src/app/tests/TestReadInteraction.cpp Co-authored-by: Boris Zbarsky --- src/app/tests/TestReadInteraction.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/tests/TestReadInteraction.cpp b/src/app/tests/TestReadInteraction.cpp index cf54c4884abd69..e29ee3ef87f771 100644 --- a/src/app/tests/TestReadInteraction.cpp +++ b/src/app/tests/TestReadInteraction.cpp @@ -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);