mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
adjust test for IAP GooglePlay to specify 21 gems
This commit is contained in:
@@ -70,7 +70,8 @@ describe('In-App Purchases', function() {
|
|||||||
expect(paymentSpy).to.be.calledOnce;
|
expect(paymentSpy).to.be.calledOnce;
|
||||||
return expect(paymentSpy).to.be.calledWith({
|
return expect(paymentSpy).to.be.calledWith({
|
||||||
user: res.locals.user,
|
user: res.locals.user,
|
||||||
paymentMethod: 'IAP GooglePlay'
|
paymentMethod: 'IAP GooglePlay',
|
||||||
|
amount: 5.25
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user