Skip to content

Commit

Permalink
chore: rename functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael authored and Michael committed Feb 20, 2025
1 parent ca547db commit fa17c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/integration/IntegrationChecks.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@ contract IntegrationCheckUtils is IntegrationBase {
assert_Snap_Expected_Staker_WithdrawableShares_Delegation(staker, operator, strategies, shares, "withdrawable shares should be unchanged within rounding error after delegating");
uint256[] memory delegatableShares = _getPrevStakerWithdrawableShares(staker, strategies);
assert_Snap_Added_OperatorShares(operator, strategies, delegatableShares, "operator should have received shares");
check_Added_SlashableStake_Delegation(operator, strategies, delegatableShares);
check_Added_SlashableStake(operator, strategies, delegatableShares);
}

function check_Added_SlashableStake_Delegation(
function check_Added_SlashableStake(
User operator,
IStrategy[] memory strategies,
uint[] memory shares
Expand Down

0 comments on commit fa17c92

Please sign in to comment.