File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments