From 509f9aa19cf9bf3a476dc7fb36889544e844eb72 Mon Sep 17 00:00:00 2001 From: Aniket-Engg Date: Mon, 8 Nov 2021 12:19:32 +0530 Subject: [PATCH] remix-tests unit tests fixed --- libs/remix-tests/tests/testRunner.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-tests/tests/testRunner.spec.ts b/libs/remix-tests/tests/testRunner.spec.ts index 928491faa5..95dd221b64 100644 --- a/libs/remix-tests/tests/testRunner.spec.ts +++ b/libs/remix-tests/tests/testRunner.spec.ts @@ -67,7 +67,7 @@ async function compileAndDeploy(filename: string, callback: Function) { } try { compilationData = compilationResult - deployAll(compilationResult, web3, false, null, next) + deployAll(compilationResult, web3, null, false, null, next) } catch (e) { throw e }