mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
fix test
This commit is contained in:
@@ -426,8 +426,6 @@ describe('Apple Payments', () => {
|
|||||||
originalTransactionId: token,
|
originalTransactionId: token,
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
expect(user.isSubscribed()).to.be.true;
|
|
||||||
|
|
||||||
await applePayments.subscribe(sku, user, receipt, headers, nextPaymentProcessing);
|
await applePayments.subscribe(sku, user, receipt, headers, nextPaymentProcessing);
|
||||||
|
|
||||||
await expect(applePayments.subscribe(sku, user, receipt, headers, nextPaymentProcessing))
|
await expect(applePayments.subscribe(sku, user, receipt, headers, nextPaymentProcessing))
|
||||||
|
|||||||
Reference in New Issue
Block a user