Skip to content

Commit

Permalink
Update src/app/tests/TestCommandInteraction.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 authored Aug 11, 2022
1 parent 4dc1939 commit 9397161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tests/TestCommandInteraction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<TestContext *>(apContext);
Expand Down

0 comments on commit 9397161

Please sign in to comment.