From 6e4b7e0a8f1fa19134592a03cf44d05f18247453 Mon Sep 17 00:00:00 2001 From: skhomuti Date: Mon, 2 Dec 2024 20:22:02 +0500 Subject: [PATCH] tests: fix deprecated call --- test/fork/integration/Penalty.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fork/integration/Penalty.t.sol b/test/fork/integration/Penalty.t.sol index 0e6c6ae3..a1df1378 100644 --- a/test/fork/integration/Penalty.t.sol +++ b/test/fork/integration/Penalty.t.sol @@ -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);