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

Commit f78116a

Browse files
committed
Merge branch 'main' of github.com:morpho-dao/morpho-v1 into upgrade-morpho-1
2 parents 188bb56 + c66cdf3 commit f78116a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/compound/TestRepay.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ contract TestRepay is TestSetup {
493493
// There should be a delta.
494494
// The amount unmatched during the repay.
495495
uint256 unmatched = 10 * expectedSupplyBalanceInP2P.mul(morpho.p2pSupplyIndex(cDai));
496-
// The difference between the previous matched amount and the amout unmatched creates a delta.
496+
// The difference between the previous matched amount and the amount unmatched creates a delta.
497497
uint256 expectedp2pSupplyDeltaInUnderlying = (matched.mul(morpho.p2pSupplyIndex(cDai)) -
498498
unmatched);
499499
uint256 expectedp2pSupplyDelta = (matched.mul(morpho.p2pSupplyIndex(cDai)) - unmatched)

0 commit comments

Comments
 (0)