Skip to content

Commit

Permalink
tests: fix deprecated call
Browse files Browse the repository at this point in the history
  • Loading branch information
skhomuti committed Dec 2, 2024
1 parent d516122 commit 6e4b7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fork/integration/Penalty.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ contract PenaltyIntegrationTest is
csm.reportELRewardsStealingPenalty(
defaultNoId,
blockhash(block.number),
amount - csm.EL_REWARDS_STEALING_ADDITIONAL_FINE()
amount - csm.EL_REWARDS_STEALING_FINE()()
);

uint256[] memory idsToSettle = new uint256[](1);
Expand Down

0 comments on commit 6e4b7e0

Please sign in to comment.