Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 516e0e8

Browse files
author
Steven Valeri
committed
fix: streamline test
1 parent 49d0f4e commit 516e0e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test-suites/pool-flashloan.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,6 @@ makeSuite('Pool: FlashLoan', (testEnv: TestEnv) => {
602602

603603
await pool.connect(caller.signer).deposit(weth.address, amountToDeposit, caller.address, '0');
604604

605-
await _mockFlashLoanReceiver.setFailExecutionTransfer(true);
606-
607605
const flashloanAmount = await convertToCurrencyDecimals(usdc.address, '500');
608606

609607
await expect(

0 commit comments

Comments
 (0)