Skip to content

Commit 5df6218

Browse files
committed
fix tests
1 parent 9147616 commit 5df6218

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/dashboard/src/stories/stubs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export function teamStub(id: string, billingPlan: Team["billingPlan"]): Team {
9696
},
9797
},
9898
planCancellationDate: null,
99+
unthreadCustomerId: null,
99100
};
100101

101102
return team;

packages/service-utils/src/mocks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export const validTeamResponse: TeamResponse = {
9999
},
100100
},
101101
planCancellationDate: null,
102+
unthreadCustomerId: null,
102103
};
103104

104105
export const validTeamAndProjectResponse: TeamAndProjectResponse = {

0 commit comments

Comments
 (0)