From a63a18859b64f54c3a8262b16abf175ad868d916 Mon Sep 17 00:00:00 2001 From: Terence Hampson Date: Wed, 9 Oct 2024 14:36:50 +0000 Subject: [PATCH] Fix CI --- src/app/tests/TestEcosystemInformationCluster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tests/TestEcosystemInformationCluster.cpp b/src/app/tests/TestEcosystemInformationCluster.cpp index 0cb130bb0c2439..f8d9f34642f1cc 100644 --- a/src/app/tests/TestEcosystemInformationCluster.cpp +++ b/src/app/tests/TestEcosystemInformationCluster.cpp @@ -303,7 +303,7 @@ TEST_F(TestEcosystemInformationCluster, AddLocationInfoInvalidArguments) { const FabricIndex kFabricIndexTooLow = 0; const FabricIndex kFabricIndexTooHigh = kMaxValidFabricIndex + 1; - const std::string kEmptyLocationIdStr = ""; + const std::string kEmptyLocationIdStr; const std::string kValidLocationIdStr = "SomeLocationString"; const std::string kInvalidLocationIdTooLongStr(65, 'x');