Skip to content

Commit e6e5470

Browse files
committed
chore: fix tests
1 parent 01d583e commit e6e5470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bridging/src/providers/near-intents/util.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('Near Intents Utils', () => {
1818
expect(adaptToken(tokenResponse)).toStrictEqual({
1919
chainId: SupportedChainId.MAINNET,
2020
decimals: 18,
21-
address: WRAPPED_NATIVE_CURRENCIES[SupportedChainId.MAINNET],
21+
address: WRAPPED_NATIVE_CURRENCIES[SupportedChainId.MAINNET].address,
2222
name: 'ETH',
2323
symbol: 'ETH',
2424
})

0 commit comments

Comments
 (0)