Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ypatil12 committed Jan 27, 2025
1 parent 737637a commit 353830b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/RegistryCoordinatorUnit.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ contract RegistryCoordinatorUnitTests_DeregisterOperator_EjectOperator is
bytes memory quorumNumbers = new bytes(1);
quorumNumbers[0] = bytes1(defaultQuorumNumber);

cheats.expectRevert(bytes4(keccak256("OperatorSetQuorum()")));
cheats.expectRevert(bytes4(keccak256("NotRegistered()")));
cheats.prank(defaultOperator);
registryCoordinator.deregisterOperator(quorumNumbers);
}
Expand Down

0 comments on commit 353830b

Please sign in to comment.