Skip to content

Commit

Permalink
fix: Remove old assert from test
Browse files Browse the repository at this point in the history
  • Loading branch information
fzavalia committed Feb 12, 2025
1 parent db2c1d2 commit 8c6558e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/scenarios/ynEIGEN/Delegation.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,5 @@ contract YnEigenDelegationScenarioTest is ynLSDeScenarioBaseTest {
assertApproxEqAbs(
totalAssetsBefore, yneigen.totalAssets(), 10, "Total assets should not change after undelegation"
);

// Call synchronize after verifying synchronized
vm.expectRevert(TokenStakingNode.AlreadySynchronized.selector);
vm.prank(actors.admin.TOKEN_STAKING_NODES_DELEGATOR);
tokenStakingNode.synchronize();
}

}

0 comments on commit 8c6558e

Please sign in to comment.