diff --git a/test-browser/tests/recorder.js b/test-browser/tests/recorder.js index e941af917f..8f39aacb75 100644 --- a/test-browser/tests/recorder.js +++ b/test-browser/tests/recorder.js @@ -69,7 +69,7 @@ var sources = [{'browser/testRecorder.sol': {content: `contract testRecorder { var records = `{ "accounts": { - "account{0}": "0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c" + "account{3}": "0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c" }, "linkReferences": { "testLib": "created{1512830014773}" @@ -86,7 +86,7 @@ var records = `{ "linkReferences": {}, "inputs": "()", "type": "constructor", - "from": "account{0}" + "from": "account{3}" } }, { @@ -112,7 +112,7 @@ var records = `{ "name": "", "type": "constructor", "inputs": "(uint256)", - "from": "account{0}" + "from": "account{3}" } }, { @@ -128,7 +128,7 @@ var records = `{ "name": "set", "inputs": "(uint256,address)", "type": "function", - "from": "account{0}" + "from": "account{3}" } } ], @@ -227,7 +227,7 @@ var records = `{ var scenario = { 'accounts': { - 'account{0}': '0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c' + 'account{3}': '0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c' }, 'linkReferences': {}, 'transactions': [ @@ -245,7 +245,7 @@ var scenario = { 'name': '', 'type': 'constructor', 'inputs': '(uint256)', - 'from': 'account{0}' + 'from': 'account{3}' } }, { @@ -260,7 +260,7 @@ var scenario = { 'name': 'set', 'inputs': '(uint256)', 'type': 'function', - 'from': 'account{0}' + 'from': 'account{3}' } } ],