mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
adjust test for IAP GooglePlay to specify 21 gems
This commit is contained in:
parent
904dd595ed
commit
e907e2e4ee
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue