From 811586deb214d732560d79bec2242c34b7e9b14c Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 5 Nov 2020 18:24:24 +0100 Subject: [PATCH] standard --- libs/remix-tests/src/testRunner.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-tests/src/testRunner.ts b/libs/remix-tests/src/testRunner.ts index a0d3a87617..965d57758b 100644 --- a/libs/remix-tests/src/testRunner.ts +++ b/libs/remix-tests/src/testRunner.ts @@ -294,7 +294,7 @@ export function runTest (testName: string, testObject: any, contractDetails: Com const testEvent = web3.eth.abi.decodeParameters(assertionEvents[eIndex].params, event.raw.data) if (!testEvent[0]) { const assertMethod = testEvent[2] - if(assertMethod === 'ok') { // for 'Assert.ok' method + if (assertMethod === 'ok') { // for 'Assert.ok' method testEvent[3] = 'false' testEvent[4] = 'true' }