We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737637a commit 353830bCopy full SHA for 353830b
test/unit/RegistryCoordinatorUnit.t.sol
@@ -689,7 +689,7 @@ contract RegistryCoordinatorUnitTests_DeregisterOperator_EjectOperator is
689
bytes memory quorumNumbers = new bytes(1);
690
quorumNumbers[0] = bytes1(defaultQuorumNumber);
691
692
- cheats.expectRevert(bytes4(keccak256("OperatorSetQuorum()")));
+ cheats.expectRevert(bytes4(keccak256("NotRegistered()")));
693
cheats.prank(defaultOperator);
694
registryCoordinator.deregisterOperator(quorumNumbers);
695
}
0 commit comments