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 @@ -64,7 +64,7 @@ contract('UUPSUpgradeable', function () {
64
64
) ;
65
65
} ) ;
66
66
67
- it ( 'calling upgradeTo from a contract that is not a proxy reverts' , async function ( ) {
67
+ it ( 'calling upgradeTo from a contract that is not an ERC1967 proxy (with the right implementation) reverts' , async function ( ) {
68
68
await expectRevertCustomError (
69
69
this . helper . $functionDelegateCall (
70
70
this . implUpgradeOk . address ,
@@ -75,7 +75,7 @@ contract('UUPSUpgradeable', function () {
75
75
) ;
76
76
} ) ;
77
77
78
- it ( 'calling upgradeToAndCall from a contract that is not a proxy reverts' , async function ( ) {
78
+ it ( 'calling upgradeToAndCall from a contract that is not n ERC1967 proxy (with the right implementation) reverts' , async function ( ) {
79
79
await expectRevertCustomError (
80
80
this . helper . $functionDelegateCall (
81
81
this . implUpgradeOk . address ,
You can’t perform that action at this time.
0 commit comments