diff --git a/packages/hoppscotch-backend/src/team-request/team-request.service.spec.ts b/packages/hoppscotch-backend/src/team-request/team-request.service.spec.ts index 4786742a6..bc9dc64fa 100644 --- a/packages/hoppscotch-backend/src/team-request/team-request.service.spec.ts +++ b/packages/hoppscotch-backend/src/team-request/team-request.service.spec.ts @@ -42,6 +42,7 @@ const teamCollection: DbTeamCollection = { id: 'team-coll-1', parentID: null, teamID: team.id, + data: {}, title: 'Team Collection 1', orderIndex: 1, createdOn: new Date(),