From 0473c1db1db8866284429fe9d8df351b7c63e60f Mon Sep 17 00:00:00 2001 From: yunhanw-google Date: Fri, 5 Aug 2022 20:43:14 -0700 Subject: [PATCH] Update src/app/tests/TestReadInteraction.cpp Co-authored-by: Boris Zbarsky --- src/app/tests/TestReadInteraction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tests/TestReadInteraction.cpp b/src/app/tests/TestReadInteraction.cpp index 63f6fcbf2cceee..cf54c4884abd69 100644 --- a/src/app/tests/TestReadInteraction.cpp +++ b/src/app/tests/TestReadInteraction.cpp @@ -3102,7 +3102,7 @@ void TestReadInteraction::TestSubscribeClientReceiveUnsolicitedInvalidReportMess // The server sends a data report. // The client receives the data report data and sends out status report with invalid action. - // the client would ack the server's status report). + // The server acks the status report. NL_TEST_ASSERT(apSuite, ctx.GetLoopback().mSentMessageCount == 3); } NL_TEST_ASSERT(apSuite, engine->GetNumActiveReadClients() == 0);