Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Oct 9, 2024
1 parent f57ab0b commit a63a188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tests/TestEcosystemInformationCluster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit a63a188

Please sign in to comment.