mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
fix test
This commit is contained in:
committed by
Phillip Thelen
parent
777f7887b4
commit
cf75d941fa
@@ -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