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