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

Commit 0df9d1a

Browse files
authored
Merge pull request #1664 from morpho-org/fix/failingCi
fix: removing useless lines
2 parents 0ad0641 + af70720 commit 0df9d1a

3 files changed

Lines changed: 0 additions & 3 deletions

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);

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)