Skip to content

Commit

Permalink
test: add clarifying comment to check_Deposit_State
Browse files Browse the repository at this point in the history
  • Loading branch information
wadealexc committed Jan 10, 2024
1 parent 71a1e08 commit d1dd99a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/IntegrationChecks.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ contract IntegrationChecks is IntegrationBase {
BALANCE UPDATE CHECKS
*******************************************************************************/

/// @dev Validate state directly after the operator deposits into Eigenlayer core
/// We're mostly checking that nothing in the middleware contracts has changed,
/// except that the operator's weight shows a new value
function check_Deposit_State(
User operator,
bytes memory quorums,
Expand Down

0 comments on commit d1dd99a

Please sign in to comment.