Removed extra async (#8455)

This commit is contained in:
Keith Holliday 2017-01-25 09:47:21 -07:00 committed by GitHub
parent ca448f081d
commit a0ae200a54

View file

@ -26,7 +26,7 @@ describe('payments - amazon - #subscribe', () => {
let subscription = 'basic_3mo';
let coupon;
beforeEach(async () => {
beforeEach(() => {
subscribeWithAmazonStub = sinon.stub(amzLib, 'subscribe').returnsPromise().resolves({});
});