Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuckner committed Nov 5, 2020
1 parent 2c6f9a0 commit 072ee10
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ describe('ApplePayHandler', () => {
const datasource = await handler.createPaymentRequest(event, new MockDonationInfo());
const delegate = new MockApplePaySessionDataSourceDelegate();
datasource.delegate = delegate;

const paymentAuthorizedEvent = new MockApplePayPaymentAuthorizedEvent();
expect(braintreeManager.submitDonationOptions).to.be.undefined;
await datasource.onpaymentauthorized(paymentAuthorizedEvent);
Expand Down

0 comments on commit 072ee10

Please sign in to comment.