diff --git a/test/api-legacy/inAppPurchases.js b/test/api-legacy/inAppPurchases.js index b50fecdf3d..d4182e437c 100644 --- a/test/api-legacy/inAppPurchases.js +++ b/test/api-legacy/inAppPurchases.js @@ -70,7 +70,8 @@ describe('In-App Purchases', function() { expect(paymentSpy).to.be.calledOnce; return expect(paymentSpy).to.be.calledWith({ user: res.locals.user, - paymentMethod: 'IAP GooglePlay' + paymentMethod: 'IAP GooglePlay', + amount: 5.25 }); }); });