Skip to content

Commit 4a80a1a

Browse files
committed
comment cleanup
1 parent 8552e64 commit 4a80a1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/EIP7702Proxy/delegate.t.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ contract DelegateTest is EIP7702ProxyBase {
9595
}
9696

9797
function test_continues_delegating_afterUpgrade() public {
98-
// Setup will have already initialized the proxy with initial implementation
98+
// Setup will have already initialized the proxy with initial implementation and an owner
9999

100100
// Deploy a new implementation
101101
MockImplementation newImplementation = new MockImplementation();
@@ -114,7 +114,7 @@ contract DelegateTest is EIP7702ProxyBase {
114114
"Implementation should be updated"
115115
);
116116

117-
// Try to make a call through the proxy - this should work but might fail
117+
// Try to make a call through the proxy
118118
vm.prank(_newOwner);
119119
MockImplementation(_eoa).mockFunction();
120120

0 commit comments

Comments
 (0)