From 229f246c836c3bca362e240171dba8f49166cc75 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 27 Aug 2018 22:20:35 +0200 Subject: [PATCH] Fix standard --- test-browser/tests/units/testRecorder.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-browser/tests/units/testRecorder.js b/test-browser/tests/units/testRecorder.js index 398ca540e3..aca1892c48 100644 --- a/test-browser/tests/units/testRecorder.js +++ b/test-browser/tests/units/testRecorder.js @@ -129,7 +129,7 @@ var records = `{ "to": "created{1512830015080}", "abi": "0xc41589e7559804ea4a2080dad19d876a024ccb05117835447d72ce08c1d020ec", "name": "set", - "inputs": "(uint256,address)" + "inputs": "(uint256,address)", "type": "function", "from": "account{0}" } @@ -247,7 +247,7 @@ var scenario = { 'linkReferences': {}, 'name': '', 'type': 'constructor', - 'inputs': '(uint256)' + 'inputs': '(uint256)', 'from': 'account{0}' } }, @@ -261,7 +261,7 @@ var scenario = { 'to': 'created{1512912691086}', 'abi': '0x54a8c0ab653c15bfb48b47fd011ba2b9617af01cb45cab344acd57c924d56798', 'name': 'set', - 'inputs': '(uint256)' + 'inputs': '(uint256)', 'type': 'function', 'from': 'account{0}' }