Skip to content

Commit

Permalink
fix: streamline test
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Valeri committed Oct 25, 2022
1 parent 49d0f4e commit 516e0e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test-suites/pool-flashloan.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,6 @@ makeSuite('Pool: FlashLoan', (testEnv: TestEnv) => {

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

await _mockFlashLoanReceiver.setFailExecutionTransfer(true);

const flashloanAmount = await convertToCurrencyDecimals(usdc.address, '500');

await expect(
Expand Down

0 comments on commit 516e0e8

Please sign in to comment.