Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amusingaxl committed Nov 27, 2024
1 parent 5ebc3a1 commit b51eef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DssSpell.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ contract DssSpellTest is DssSpellTestBase {
totalSupplyDiff.dai + totalSupplyDiff.usds,
calculatedTotalPayments.dai + calculatedTotalPayments.usds,
"TestPayments/invalid-dai-usds-total"
);.
);
// Check that dai/usds transfers modify surplus buffer
assertEq(vat.sin(address(vow)) - previousSurplusBalance, uint256(calculatedTotalPayments.dai + calculatedTotalPayments.usds) * RAY);
}
Expand Down

0 comments on commit b51eef3

Please sign in to comment.