From e907e2e4eedbb07b5eb8564cfc15ef61ac7bcf84 Mon Sep 17 00:00:00 2001 From: Alys Date: Thu, 3 Dec 2015 07:23:31 +1000 Subject: [PATCH] adjust test for IAP GooglePlay to specify 21 gems --- test/api-legacy/inAppPurchases.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }); }); });