Skip to content

Commit 4c92ca7

Browse files
committed
Fix test
1 parent 7859d05 commit 4c92ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/billing/src/__tests__/usage-service.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ const mockBalance = {
1919
totalRemaining: 1000,
2020
totalDebt: 0,
2121
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 },
22+
breakdown: { free: 500, paid: 500, referral: 0, purchase: 0, admin: 0, organization: 0, ad: 0 },
23+
principals: { free: 500, paid: 500, referral: 0, purchase: 0, admin: 0, organization: 0, ad: 0 },
2424
}
2525

2626
describe('usage-service', () => {

0 commit comments

Comments
 (0)