Skip to content

Commit ef0e7d5

Browse files
committed
fix test/js
1 parent 223182f commit ef0e7d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/testHelpers/entities.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,7 @@ export const MockWorkspaceQuota: TypesGen.WorkspaceQuota = {
914914
export const MockGroup: TypesGen.Group = {
915915
id: "fbd2116a-8961-4954-87ae-e4575bd29ce0",
916916
name: "Front-End",
917+
avatar_url: "https://example.com",
917918
organization_id: MockOrganization.id,
918919
members: [MockUser, MockUser2],
919920
}

0 commit comments

Comments
 (0)