fix_e2e_tests

pull/10/head
yann300 4 years ago
parent 823fa5e767
commit 0391c6450c
  1. 2
      remix-debug/test/decoder/localsTests/structArray.js

@ -31,7 +31,7 @@ module.exports = function (st, vm, privateKey, contractBytecode, compilationResu
st.fail(error)
})
callTree.event.register('callTreeReady', (scopes, scopeStarts) => {
helper.decodeLocals(st, 1587, traceManager, callTree, function (locals) {
helper.decodeLocals(st, 1622, traceManager, callTree, function (locals) {
try {
st.equals(locals['bytesSimple'].length, '0x14')
st.equals(locals['bytesSimple'].value, '0x746573745f7375706572')

Loading…
Cancel
Save