Skip to content

Commit

Permalink
Merge pull request #1664 from morpho-org/fix/failingCi
Browse files Browse the repository at this point in the history
fix: removing useless lines
  • Loading branch information
Tristan22400 committed May 11, 2023
2 parents 0ad0641 + af70720 commit 0df9d1a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/aave-v2/TestSupply.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ contract TestSupply is TestSetup {
supplier2.approve(dai, address(pool), amount);
hevm.prank(address(supplier2));
pool.repay(dai, amount, 2, address(morpho));
hevm.stopPrank();

// Supplier 1 supply in peer-to-peer. Not supposed to revert.
supplier1.approve(dai, amount);
Expand Down
1 change: 0 additions & 1 deletion test/compound/TestRepay.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,6 @@ contract TestRepay is TestSetup {
supplier2.approve(dai, cDai, amount);
hevm.prank(address(supplier2));
ICToken(cDai).repayBorrowBehalf(address(morpho), amount);
hevm.stopPrank();

// Borrower1 repays on pool. Not supposed to revert.
borrower1.approve(dai, amount);
Expand Down
1 change: 0 additions & 1 deletion test/compound/TestSupply.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ contract TestSupply is TestSetup {
supplier2.approve(dai, cDai, amount);
hevm.prank(address(supplier2));
ICToken(cDai).repayBorrowBehalf(address(morpho), amount);
hevm.stopPrank();

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

0 comments on commit 0df9d1a

Please sign in to comment.