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

Commit e7a34b0

Browse files
committed
fix: removing useless lines
1 parent 0ad0641 commit e7a34b0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/aave-v2/TestSupply.t.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ contract TestSupply is TestSetup {
225225
supplier2.approve(dai, address(pool), amount);
226226
hevm.prank(address(supplier2));
227227
pool.repay(dai, amount, 2, address(morpho));
228-
hevm.stopPrank();
229228

230229
// Supplier 1 supply in peer-to-peer. Not supposed to revert.
231230
supplier1.approve(dai, amount);

0 commit comments

Comments
 (0)