mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-18 17:54:10 +00:00
Removed extra async (#8455)
This commit is contained in:
parent
ca448f081d
commit
a0ae200a54
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ describe('payments - amazon - #subscribe', () => {
|
|||
let subscription = 'basic_3mo';
|
||||
let coupon;
|
||||
|
||||
beforeEach(async () => {
|
||||
beforeEach(() => {
|
||||
subscribeWithAmazonStub = sinon.stub(amzLib, 'subscribe').returnsPromise().resolves({});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue