Skip to content

Commit

Permalink
Add missing done() in payment-handler/can-make-payment-event-construc…
Browse files Browse the repository at this point in the history
…tor.https.worker.js

Part of #11269.
  • Loading branch information
zcorpan committed May 31, 2018
1 parent 730415d commit 3df398e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ test(() => {
});
self.dispatchEvent(ev);
}, 'CanMakePaymentEvent can be dispatched, even if not trusted');

done();

0 comments on commit 3df398e

Please sign in to comment.