We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b043c0 commit 1b5aa7bCopy full SHA for 1b5aa7b
test/UpgradeableL2Resolver/IsAuthorised.t.sol
@@ -36,7 +36,7 @@ contract IsAuthorised is UpgradeableL2ResolverBase {
36
assertEq(resolver.addr(node), user);
37
}
38
39
- function test_returnsTrue_ifSenderIOperatorOfNode(address operator) public notProxyAdmin(operator) {
+ function test_returnsTrue_ifSenderIsOperatorOfNode(address operator) public notProxyAdmin(operator) {
40
vm.assume(operator != user);
41
vm.prank(owner);
42
registry.setSubnodeOwner(BASE_ETH_NODE, label, user);
0 commit comments