We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7859d05 commit 4c92ca7Copy full SHA for 4c92ca7
1 file changed
packages/billing/src/__tests__/usage-service.test.ts
@@ -19,8 +19,8 @@ const mockBalance = {
19
totalRemaining: 1000,
20
totalDebt: 0,
21
netBalance: 1000,
22
- breakdown: { free: 500, paid: 500, referral: 0, purchase: 0, admin: 0, organization: 0 },
23
- principals: { free: 500, paid: 500, referral: 0, purchase: 0, admin: 0, organization: 0 },
+ breakdown: { free: 500, paid: 500, referral: 0, purchase: 0, admin: 0, organization: 0, ad: 0 },
+ principals: { free: 500, paid: 500, referral: 0, purchase: 0, admin: 0, organization: 0, ad: 0 },
24
}
25
26
describe('usage-service', () => {
0 commit comments