Skip to content

Commit 1b5aa7b

Browse files
Update test/UpgradeableL2Resolver/IsAuthorised.t.sol
Co-authored-by: Amie <[email protected]>
1 parent 0b043c0 commit 1b5aa7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UpgradeableL2Resolver/IsAuthorised.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ contract IsAuthorised is UpgradeableL2ResolverBase {
3636
assertEq(resolver.addr(node), user);
3737
}
3838

39-
function test_returnsTrue_ifSenderIOperatorOfNode(address operator) public notProxyAdmin(operator) {
39+
function test_returnsTrue_ifSenderIsOperatorOfNode(address operator) public notProxyAdmin(operator) {
4040
vm.assume(operator != user);
4141
vm.prank(owner);
4242
registry.setSubnodeOwner(BASE_ETH_NODE, label, user);

0 commit comments

Comments
 (0)