This commit is contained in:
Phillip Thelen
2022-10-28 15:28:46 +02:00
committed by Phillip Thelen
parent 777f7887b4
commit cf75d941fa

View File

@@ -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))