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 113aac1 commit 0473c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tests/TestReadInteraction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0473c1d

Please sign in to comment.