Fix standard

pull/1/head
yann300 7 years ago committed by GitHub
parent ac3dd886ed
commit 229f246c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      test-browser/tests/units/testRecorder.js

@ -129,7 +129,7 @@ var records = `{
"to": "created{1512830015080}", "to": "created{1512830015080}",
"abi": "0xc41589e7559804ea4a2080dad19d876a024ccb05117835447d72ce08c1d020ec", "abi": "0xc41589e7559804ea4a2080dad19d876a024ccb05117835447d72ce08c1d020ec",
"name": "set", "name": "set",
"inputs": "(uint256,address)" "inputs": "(uint256,address)",
"type": "function", "type": "function",
"from": "account{0}" "from": "account{0}"
} }
@ -247,7 +247,7 @@ var scenario = {
'linkReferences': {}, 'linkReferences': {},
'name': '', 'name': '',
'type': 'constructor', 'type': 'constructor',
'inputs': '(uint256)' 'inputs': '(uint256)',
'from': 'account{0}' 'from': 'account{0}'
} }
}, },
@ -261,7 +261,7 @@ var scenario = {
'to': 'created{1512912691086}', 'to': 'created{1512912691086}',
'abi': '0x54a8c0ab653c15bfb48b47fd011ba2b9617af01cb45cab344acd57c924d56798', 'abi': '0x54a8c0ab653c15bfb48b47fd011ba2b9617af01cb45cab344acd57c924d56798',
'name': 'set', 'name': 'set',
'inputs': '(uint256)' 'inputs': '(uint256)',
'type': 'function', 'type': 'function',
'from': 'account{0}' 'from': 'account{0}'
} }

Loading…
Cancel
Save