Skip to content

Commit

Permalink
Double dsce.getLiquidationBonus(); (#96)
Browse files Browse the repository at this point in the history
the invariant getters test function contained two instances of the dsce.getLiquidationBonus();
  • Loading branch information
reverse-banana authored Aug 3, 2024
1 parent 9d348dc commit 5de2e52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/fuzz/failOnRevert/StopOnRevertInvariants.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ contract StopOnRevertInvariants is StdInvariant, Test {
dsce.getAdditionalFeedPrecision();
dsce.getCollateralTokens();
dsce.getLiquidationBonus();
dsce.getLiquidationBonus();
dsce.getLiquidationThreshold();
dsce.getMinHealthFactor();
dsce.getPrecision();
Expand Down

0 comments on commit 5de2e52

Please sign in to comment.