Skip to content

Commit 8c3b11f

Browse files
committed
test: Add eg.nobodyGroup
1 parent c6206a8 commit 8c3b11f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/example_data.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,12 @@ UserGroup userGroup({
216216
);
217217
}
218218

219+
final UserGroup nobodyGroup = userGroup(
220+
isSystemGroup: true,
221+
name: 'role:nobody', description: 'Nobody',
222+
members: [], directSubgroupIds: [],
223+
);
224+
219225
RealmEmojiItem realmEmojiItem({
220226
required String emojiCode,
221227
required String emojiName,

0 commit comments

Comments
 (0)