Skip to content

Commit f784621

Browse files
committed
fix: lint
1 parent 46f540d commit f784621

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/client/src/actions/borrow.test.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import {
1313
ETHEREUM_FORK_ID,
1414
fetchReserve,
1515
fundErc20Address,
16-
wait,
1716
WETH_ADDRESS,
17+
wait,
1818
} from '../test-utils';
1919
import { sendWith } from '../viem';
2020
import { market } from './markets';
@@ -119,7 +119,10 @@ describe('Given an Aave Market', () => {
119119
// ]);
120120

121121
// Borrow from the reserve
122-
const borrowReserve = await fetchReserve(WETH_ADDRESS, evmAddress(wallet.account!.address));
122+
const borrowReserve = await fetchReserve(
123+
WETH_ADDRESS,
124+
evmAddress(wallet.account!.address),
125+
);
123126
const borrowResult = await borrow(client, {
124127
market: marketInfo.address,
125128
chainId: marketInfo.chain.chainId,

0 commit comments

Comments
 (0)