From a01e0ce9a26106559a1d16fa299a02b2dcee5e6a Mon Sep 17 00:00:00 2001 From: jepenven-silabs Date: Thu, 24 Mar 2022 11:52:32 -0400 Subject: [PATCH] Fix comments --- examples/chip-tool/templates/tests/partials/test_cluster.zapt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/chip-tool/templates/tests/partials/test_cluster.zapt b/examples/chip-tool/templates/tests/partials/test_cluster.zapt index 3ee6664f689166..8ae827ad9258ce 100644 --- a/examples/chip-tool/templates/tests/partials/test_cluster.zapt +++ b/examples/chip-tool/templates/tests/partials/test_cluster.zapt @@ -290,13 +290,12 @@ class {{filename}}Suite: public TestCommand {{#if isGroupCommand}} ReturnErrorOnFailure(cluster.WriteAttribute(groupId, {{>device}}->GetSecureSession().Value()->GetFabricIndex(), {{>device}}->GetDeviceId(),{{#chip_tests_item_parameters}}{{asLowerCamelCase name}}Argument, {{/chip_tests_item_parameters}}this, {{>staticSuccessResponse}}, {{>staticFailureResponse}} {{~> maybeTimedInteractionTimeout ~}} - {{~#if isGroupCommand}}, {{>staticDoneResponse}}{{/if~}} + , {{>staticDoneResponse}} )); {{> maybeWait }} {{else}} ReturnErrorOnFailure(cluster.WriteAttribute({{#chip_tests_item_parameters}}{{asLowerCamelCase name}}Argument, {{/chip_tests_item_parameters}}this, {{>staticSuccessResponse}}, {{>staticFailureResponse}} {{~> maybeTimedInteractionTimeout ~}} - {{~#if isGroupCommand}}, {{>staticDoneResponse}}{{/if~}} )); {{> maybeWait }} {{/if}}