|
|
|
@ -322,7 +322,8 @@ export function runTest (testName: string, testObject: any, contractDetails: Com |
|
|
|
|
assertMethod, |
|
|
|
|
returned: testEvent[3], |
|
|
|
|
expected: testEvent[4], |
|
|
|
|
location |
|
|
|
|
location, |
|
|
|
|
web3 |
|
|
|
|
} |
|
|
|
|
if (hhLogs) resp.hhLogs = hhLogs |
|
|
|
|
testCallback(undefined, resp) |
|
|
|
@ -373,7 +374,8 @@ export function runTest (testName: string, testObject: any, contractDetails: Com |
|
|
|
|
filename: testObject.filename, |
|
|
|
|
time: time, |
|
|
|
|
errMsg: err.message, |
|
|
|
|
context: testName |
|
|
|
|
context: testName, |
|
|
|
|
web3 |
|
|
|
|
} |
|
|
|
|
testCallback(undefined, resp) |
|
|
|
|
failureNum += 1 |
|
|
|
|