Skip to content

Commit

Permalink
chore: rm operators registry test file
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Jan 21, 2025
1 parent 606f515 commit 2ed71ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ contract BoltEigenLayerMiddlewareV1Test is Test {
(address[] memory collaterals, uint256[] memory amounts) = middleware.getOperatorCollaterals(operator);
assertEq(collaterals.length, 2);
assertEq(amounts.length, 2);

// stEth should have 0 balance
assertEq(collaterals[0], address(holeskyStEth));
assertEq(amounts[0], 0);
Expand Down
27 changes: 0 additions & 27 deletions smart-contracts/test/holesky/OperatorsRegistryV1.t.sol

This file was deleted.

0 comments on commit 2ed71ec

Please sign in to comment.