Skip to content

Commit

Permalink
Fix testPurchaseWithFlashLoan, failing due to recent increase in WETH…
Browse files Browse the repository at this point in the history
… price against USDC
  • Loading branch information
prateek105 authored and EdNoepel committed Jan 16, 2024
1 parent 69cdc4b commit 9576661
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ contract PurchaseQuoteWithExternalLiquidityTest is Test {
address internal _lender;

function setUp() external {
vm.createSelectFork(vm.envString("ETH_RPC_URL"));
vm.createSelectFork(vm.envString("ETH_RPC_URL"), 18800000);
_ajnaPool = ERC20Pool(new ERC20PoolFactory(AJNA).deployPool(WETH, USDC, 0.05 * 10**18));
_lender = makeAddr("lender");

Expand Down

0 comments on commit 9576661

Please sign in to comment.