Commit 70ad1a35 authored by Admin's avatar Admin Committed by Aniket

pass web3

parent 57099bf9
...@@ -350,6 +350,7 @@ export function runTest (testName: string, testObject: any, contractDetails: Com ...@@ -350,6 +350,7 @@ export function runTest (testName: string, testObject: any, contractDetails: Com
filename: testObject.filename, filename: testObject.filename,
time: time, time: time,
context: testName, context: testName,
web3,
debugTxHash debugTxHash
} }
if (hhLogs && hhLogs.length) resp.hhLogs = hhLogs if (hhLogs && hhLogs.length) resp.hhLogs = hhLogs
......
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