Skip to content

Commit

Permalink
Update test/proxy/utils/UUPSUpgradeable.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Jun 16, 2023
1 parent 8e50d9f commit a54b74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/proxy/utils/UUPSUpgradeable.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ contract('UUPSUpgradeable', function () {
);
});

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

0 comments on commit a54b74f

Please sign in to comment.