mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-31 23:11:15 +00:00
fix test
This commit is contained in:
parent
08469c556b
commit
1143f690d1
1 changed files with 0 additions and 2 deletions
|
|
@ -426,8 +426,6 @@ describe('Apple Payments', () => {
|
|||
originalTransactionId: token,
|
||||
}]);
|
||||
|
||||
expect(user.isSubscribed()).to.be.true;
|
||||
|
||||
await applePayments.subscribe(sku, user, receipt, headers, nextPaymentProcessing);
|
||||
|
||||
await expect(applePayments.subscribe(sku, user, receipt, headers, nextPaymentProcessing))
|
||||
|
|
|
|||
Loading…
Reference in a new issue