From a54b74f99eb2e462d13b3f2a5959b5a6a7b08e66 Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Fri, 16 Jun 2023 21:53:21 +0200 Subject: [PATCH] Update test/proxy/utils/UUPSUpgradeable.test.js --- test/proxy/utils/UUPSUpgradeable.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/proxy/utils/UUPSUpgradeable.test.js b/test/proxy/utils/UUPSUpgradeable.test.js index ff5c0830c89..95319c305c8 100644 --- a/test/proxy/utils/UUPSUpgradeable.test.js +++ b/test/proxy/utils/UUPSUpgradeable.test.js @@ -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,