Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 480354f

Browse files
committedAug 12, 2024
adjust total_member_count on MockGroup
1 parent aebd4da commit 480354f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎site/src/testHelpers/entities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2499,7 +2499,7 @@ export const MockGroup: TypesGen.Group = {
24992499
members: [MockUser, MockUser2],
25002500
quota_allowance: 5,
25012501
source: "user",
2502-
total_member_count: 0,
2502+
total_member_count: 2,
25032503
};
25042504

25052505
const everyOneGroup = (organizationId: string): TypesGen.Group => ({

0 commit comments

Comments
 (0)
Failed to load comments.