Skip to content

Commit a54b74f

Browse files
authored
Update test/proxy/utils/UUPSUpgradeable.test.js
1 parent 8e50d9f commit a54b74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/proxy/utils/UUPSUpgradeable.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ contract('UUPSUpgradeable', function () {
7575
);
7676
});
7777

78-
it('calling upgradeToAndCall from a contract that is not n ERC1967 proxy (with the right implementation) reverts', async function () {
78+
it('calling upgradeToAndCall from a contract that is not an ERC1967 proxy (with the right implementation) reverts', async function () {
7979
await expectRevertCustomError(
8080
this.helper.$functionDelegateCall(
8181
this.implUpgradeOk.address,

0 commit comments

Comments
 (0)