File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1324,10 +1324,10 @@ void TestCommandInteraction::TestCommandHandlerWithoutResponderCallingDirectPrep
1324
1324
chip::app::ConcreteCommandPath requestCommandPath (kTestEndpointId , kTestClusterId , kTestCommandIdWithData );
1325
1325
CommandHandler commandHandler (&mockCommandHandlerDelegate);
1326
1326
1327
- // We intentionally prevent successful calls to PrepareInvokeResponseCommand and FinishCommand when no
1327
+ // We intentionally prevent successful calls to PrepareInvokeResponseCommand and FinishCommand when no
1328
1328
// responder is present. This aligns with the design decision to promote AddStatus and AddResponseData
1329
1329
// usage in such scenarios. See GitHub issue #32486 for discussions on phasing out external use of
1330
- // these primitives.
1330
+ // these primitives.
1331
1331
const CommandHandler::InvokeResponseParameters prepareParams (requestCommandPath);
1332
1332
ConcreteCommandPath responseCommandPath = { kTestEndpointId , kTestClusterId , kTestCommandIdCommandSpecificResponse };
1333
1333
CHIP_ERROR err = commandHandler.PrepareInvokeResponseCommand (responseCommandPath, prepareParams);
You can’t perform that action at this time.
0 commit comments