From 434b97ae0b69e38bcaa5738692ff30ed060450ab Mon Sep 17 00:00:00 2001 From: Aniket-Engg Date: Mon, 8 Nov 2021 12:52:10 +0530 Subject: [PATCH] accounts passed for unit tests --- 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 95dd221b64..2f6d363a31 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, null, false, null, next) + deployAll(compilationResult, web3, accounts, false, null, next) } catch (e) { throw e }