From 0391c6450cda5e4cafad638147665ebdd2e2032d Mon Sep 17 00:00:00 2001 From: yann300 Date: Fri, 26 Jun 2020 10:26:48 +0200 Subject: [PATCH] fix_e2e_tests --- remix-debug/test/decoder/localsTests/structArray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remix-debug/test/decoder/localsTests/structArray.js b/remix-debug/test/decoder/localsTests/structArray.js index 072aab10a9..0f88521385 100644 --- a/remix-debug/test/decoder/localsTests/structArray.js +++ b/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')