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 9397161 commit 541f8eb
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 @@ -966,7 +966,7 @@ void TestCommandInteraction::TestCommandHandlerInvalidMessageSync(nlTestSuite *
NL_TEST_ASSERT(apSuite, ctx.GetExchangeManager().GetNumActiveExchanges() == 0);
}

// Command Sender sends the malformed invoke request, this command is aysnc command, handler fails to process it and send status
// Command Sender sends malformed invoke request, this command is aysnc command, handler fails to process it and sends status
// report with invalid action
void TestCommandInteraction::TestCommandHandlerInvalidMessageAsync(nlTestSuite * apSuite, void * apContext)
{
Expand Down

0 comments on commit 541f8eb

Please sign in to comment.