linting fix

pull/5370/head
aniket-engg 3 years ago committed by Aniket
parent de8c657b2e
commit 58e1dd9e6a
  1. 4
      libs/remix-tests/src/testRunner.ts

@ -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)

Loading…
Cancel
Save