remix-tests unit tests fixed

pull/1738/head
Aniket-Engg 3 years ago committed by yann300
parent d25a9ff0c8
commit 509f9aa19c
  1. 2
      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
}

Loading…
Cancel
Save