Commit b3112d6d authored by aniket-engg's avatar aniket-engg Committed by Aniket

linting fix

parent ece75953
...@@ -313,7 +313,7 @@ export function runTest (testName: string, testObject: any, contractDetails: Com ...@@ -313,7 +313,7 @@ export function runTest (testName: string, testObject: any, contractDetails: Com
assertMethod, assertMethod,
returned: testEvent[3], returned: testEvent[3],
expected: testEvent[4], expected: testEvent[4],
location, location
} }
if (hhLogs) resp.hhLogs = hhLogs if (hhLogs) resp.hhLogs = hhLogs
testCallback(undefined, resp) testCallback(undefined, resp)
...@@ -332,7 +332,7 @@ export function runTest (testName: string, testObject: any, contractDetails: Com ...@@ -332,7 +332,7 @@ export function runTest (testName: string, testObject: any, contractDetails: Com
value: changeCase.sentenceCase(func.name), value: changeCase.sentenceCase(func.name),
filename: testObject.filename, filename: testObject.filename,
time: time, time: time,
context: testName, context: testName
} }
if (hhLogs) resp.hhLogs = hhLogs if (hhLogs) resp.hhLogs = hhLogs
testCallback(undefined, resp) testCallback(undefined, resp)
......
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