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

Commit af70720

Browse files
committed
fix: useless lines
1 parent e7a34b0 commit af70720

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

test/compound/TestRepay.t.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,6 @@ contract TestRepay is TestSetup {
711711
supplier2.approve(dai, cDai, amount);
712712
hevm.prank(address(supplier2));
713713
ICToken(cDai).repayBorrowBehalf(address(morpho), amount);
714-
hevm.stopPrank();
715714

716715
// Borrower1 repays on pool. Not supposed to revert.
717716
borrower1.approve(dai, amount);

test/compound/TestSupply.t.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ contract TestSupply is TestSetup {
221221
supplier2.approve(dai, cDai, amount);
222222
hevm.prank(address(supplier2));
223223
ICToken(cDai).repayBorrowBehalf(address(morpho), amount);
224-
hevm.stopPrank();
225224

226225
// Supplier supplies in peer-to-peer. Not supposed to revert.
227226
supplier1.approve(dai, amount);

0 commit comments

Comments
 (0)