From 04bdadf6fcd1e7553d942bcbf8bf30365965ab0b Mon Sep 17 00:00:00 2001 From: Yufeng Wang Date: Mon, 13 Dec 2021 12:41:37 -0800 Subject: [PATCH] Fix TestGroupMessaging test failure --- src/app/tests/suites/TestGroupMessaging.yaml | 2 +- zzz_generated/chip-tool/zap-generated/test/Commands.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/tests/suites/TestGroupMessaging.yaml b/src/app/tests/suites/TestGroupMessaging.yaml index 0483ed5a6a9af8..ddf735ca5261d6 100644 --- a/src/app/tests/suites/TestGroupMessaging.yaml +++ b/src/app/tests/suites/TestGroupMessaging.yaml @@ -51,7 +51,7 @@ tests: command: "readAttribute" attribute: "location" response: - value: "" + value: "XX" - label: "Turn On the light to see attribute change" cluster: "On/Off" diff --git a/zzz_generated/chip-tool/zap-generated/test/Commands.h b/zzz_generated/chip-tool/zap-generated/test/Commands.h index 163a654439e57d..0fdab08e32fb0a 100644 --- a/zzz_generated/chip-tool/zap-generated/test/Commands.h +++ b/zzz_generated/chip-tool/zap-generated/test/Commands.h @@ -51048,7 +51048,7 @@ class TestGroupMessaging : public TestCommand void OnSuccessResponse_4(chip::CharSpan location) { - VerifyOrReturn(CheckValueAsString("location", location, chip::CharSpan("", 0))); + VerifyOrReturn(CheckValueAsString("location", location, chip::CharSpan("XX", 2))); NextTest(); }