mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +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;
|
||||
return expect(paymentSpy).to.be.calledWith({
|
||||
user: res.locals.user,
|
||||
paymentMethod: 'IAP GooglePlay'
|
||||
paymentMethod: 'IAP GooglePlay',
|
||||
amount: 5.25
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user