From 9397161af36199e76baf6e909df7bec393c2e37f Mon Sep 17 00:00:00 2001 From: yunhanw-google Date: Thu, 11 Aug 2022 14:14:09 -0700 Subject: [PATCH] Update src/app/tests/TestCommandInteraction.cpp Co-authored-by: Boris Zbarsky --- src/app/tests/TestCommandInteraction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tests/TestCommandInteraction.cpp b/src/app/tests/TestCommandInteraction.cpp index 0d128514f68cd9..a46feec9b06286 100644 --- a/src/app/tests/TestCommandInteraction.cpp +++ b/src/app/tests/TestCommandInteraction.cpp @@ -943,7 +943,7 @@ void TestCommandInteraction::TestCommandInvalidMessage4(nlTestSuite * apSuite, v ctx.CreateSessionBobToAlice(); } -// Command Sender sends the malformed invoke request, handler fails to process it and send status report with invalid action +// Command Sender sends malformed invoke request, handler fails to process it and sends status report with invalid action void TestCommandInteraction::TestCommandHandlerInvalidMessageSync(nlTestSuite * apSuite, void * apContext) { TestContext & ctx = *static_cast(apContext);