Commit e11d5710 authored by yann300's avatar yann300

fix test

parent 194d7e65
...@@ -9,7 +9,7 @@ var EventManager = remixLib.EventManager ...@@ -9,7 +9,7 @@ var EventManager = remixLib.EventManager
var crypto = require('crypto') var crypto = require('crypto')
var TxRunner = require('./app/execution/txRunner') var TxRunner = require('./app/execution/txRunner')
var txExecution = remixLib.execution.txExecution var txExecution = remixLib.execution.txExecution
var txFormat = require('./app/execution/txFormat') var txFormat = remixLib.execution.txFormat
var txHelper = remixLib.execution.txHelper var txHelper = remixLib.execution.txHelper
var executionContext = require('./execution-context') var executionContext = require('./execution-context')
var modalCustom = require('./app/ui/modal-dialog-custom') var modalCustom = require('./app/ui/modal-dialog-custom')
......
...@@ -229,7 +229,7 @@ var scenario = { ...@@ -229,7 +229,7 @@ var scenario = {
'record': { 'record': {
'value': '0', 'value': '0',
'parameters': [ 'parameters': [
12 "12" // eslint-disable-line
], ],
'abi': '0x54a8c0ab653c15bfb48b47fd011ba2b9617af01cb45cab344acd57c924d56798', 'abi': '0x54a8c0ab653c15bfb48b47fd011ba2b9617af01cb45cab344acd57c924d56798',
'contractName': 'testRecorder', 'contractName': 'testRecorder',
...@@ -245,7 +245,7 @@ var scenario = { ...@@ -245,7 +245,7 @@ var scenario = {
'record': { 'record': {
'value': '0', 'value': '0',
'parameters': [ 'parameters': [
34 "34" // eslint-disable-line
], ],
'to': 'created{1512912691086}', 'to': 'created{1512912691086}',
'abi': '0x54a8c0ab653c15bfb48b47fd011ba2b9617af01cb45cab344acd57c924d56798', 'abi': '0x54a8c0ab653c15bfb48b47fd011ba2b9617af01cb45cab344acd57c924d56798',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment