We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c495fdc commit 8753b91Copy full SHA for 8753b91
src/packages/server/purchases/resume-subscription.test.ts
@@ -60,7 +60,7 @@ describe("create a subscription, cancel it, then resume it", () => {
60
// work, but should probably also add some throttling (TODO).
61
expect(-(await getBalance(account_id))).toBeCloseTo(
62
balanceBeforeCancel + creditToCancel,
63
- 0.001,
+ 0.1,
64
);
65
const license = await getLicense(license_id);
66
// fully refunded (since starts in future) -- license is not active for nonzero period
0 commit comments