Commit 01ef2c35 authored by Aniket-Engg's avatar Aniket-Engg Committed by Aniket

lib tests fixed

parent ddea1e06
...@@ -67,7 +67,7 @@ async function compileAndDeploy(filename: string, callback: Function) { ...@@ -67,7 +67,7 @@ async function compileAndDeploy(filename: string, callback: Function) {
} }
try { try {
compilationData = compilationResult compilationData = compilationResult
deployAll(compilationResult, web3, false, next) deployAll(compilationResult, web3, false, null, next)
} catch (e) { } catch (e) {
throw e throw e
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment