Skip to content

Commit c58c800

Browse files
committed
chore: fix test
1 parent 8745f1c commit c58c800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/SlashingRegistryCoordinatorUnit.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ contract SlashingRegistryCoordinator_CreateTotalDelegatedStakeQuorum is
788788
strategyParams: strategyParams,
789789
stakeType: IStakeRegistryTypes.StakeType.TOTAL_DELEGATED,
790790
lookAheadPeriod: 0,
791-
slasher: proxyAdminOwner
791+
slasher: DELEGATED_STAKE_SLASHER
792792
});
793793

794794
vm.prank(proxyAdminOwner);

0 commit comments

Comments
 (0)