Skip to content

Commit 8753b91

Browse files
committed
fix flaky test
1 parent c495fdc commit 8753b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/server/purchases/resume-subscription.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ describe("create a subscription, cancel it, then resume it", () => {
6060
// work, but should probably also add some throttling (TODO).
6161
expect(-(await getBalance(account_id))).toBeCloseTo(
6262
balanceBeforeCancel + creditToCancel,
63-
0.001,
63+
0.1,
6464
);
6565
const license = await getLicense(license_id);
6666
// fully refunded (since starts in future) -- license is not active for nonzero period

0 commit comments

Comments
 (0)