Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhesgodi committed Sep 25, 2024
1 parent 2ef05bf commit 4f311ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/checkout/sdk/src/fiatRamp/fiatRamp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ describe('FiatRampService', () => {
exchangeType: ExchangeType.ONRAMP,
isPassport: true,
email: '[email protected]',
walletAddress: '0x1234567890',
};
const result = await fiatRampService.createWidgetUrl(params);
expect(result).toContain(defaultWidgetUrl);
Expand Down

0 comments on commit 4f311ca

Please sign in to comment.