From 17c01f78f7b029c51e4560bd7db5460949aa0f7d Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Fri, 8 Dec 2023 14:06:44 -0800 Subject: [PATCH] chore: Fix typo --- packages/utils-evm-test/test/errors/parser.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/utils-evm-test/test/errors/parser.test.ts b/packages/utils-evm-test/test/errors/parser.test.ts index ab7f3d6ab..e658f564d 100644 --- a/packages/utils-evm-test/test/errors/parser.test.ts +++ b/packages/utils-evm-test/test/errors/parser.test.ts @@ -37,7 +37,7 @@ describe('errors/parser', () => { (error) => error ) - before(async () => { + beforeAll(async () => { const contractFactory = await hre.ethers.getContractFactory(CONTRACT_NAME) contract = await contractFactory.deploy()