Skip to content

Commit

Permalink
Merge branch 'main' of github.com:morpho-dao/morpho-v1 into upgrade-m…
Browse files Browse the repository at this point in the history
…orpho-1
  • Loading branch information
MerlinEgalite committed Mar 19, 2023
2 parents 188bb56 + c66cdf3 commit f78116a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compound/TestRepay.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ contract TestRepay is TestSetup {
// There should be a delta.
// The amount unmatched during the repay.
uint256 unmatched = 10 * expectedSupplyBalanceInP2P.mul(morpho.p2pSupplyIndex(cDai));
// The difference between the previous matched amount and the amout unmatched creates a delta.
// The difference between the previous matched amount and the amount unmatched creates a delta.
uint256 expectedp2pSupplyDeltaInUnderlying = (matched.mul(morpho.p2pSupplyIndex(cDai)) -
unmatched);
uint256 expectedp2pSupplyDelta = (matched.mul(morpho.p2pSupplyIndex(cDai)) - unmatched)
Expand Down

0 comments on commit f78116a

Please sign in to comment.