Skip to content

Commit

Permalink
[test] Fix group name string too large.
Browse files Browse the repository at this point in the history
  • Loading branch information
turon committed Sep 23, 2022
1 parent 5ebf0a6 commit a8e69db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/tests/TestSessionManagerDispatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ CHIP_ERROR InjectGroupSessionWithTestKey(SessionHolder & sessionHolder, MessageT

static KeySet sKeySet(kKeySetIndex, SecurityPolicy::kTrustFirst, 1);
static GroupKey sGroupKeySet(groupId, kKeySetIndex);
static GroupInfo sGroupInfo(groupId, "Group Name No Matter");
static GroupInfo sGroupInfo(groupId, "Name Matter Not");
static Transport::IncomingGroupSession sSessionBobToFriends(groupId, kFabricIndex, testEntry.sourceNodeId);

if (testEntry.epochKey)
Expand Down

0 comments on commit a8e69db

Please sign in to comment.