fix test (the constructor is now included)

pull/5370/head
yann300 2 years ago
parent 5ff4e3bd6f
commit 6df1dc2717
  1. 6
      libs/remix-debug/test/decoder/localsTests/int.ts

@ -54,9 +54,9 @@ module.exports = function (st, privateKey, contractBytecode, compilationResult,
let functions2 = callTree.retrieveFunctionsStack(115)
let functions3 = callTree.retrieveFunctionsStack(13)
st.equals(functions1.length, 1)
st.equals(functions2.length, 2)
st.equals(functions3.length, 0)
st.equals(functions1.length, 2)
st.equals(functions2.length, 3)
st.equals(functions3.length, 1)
st.equal(functions1[0].gasCost, 55)

Loading…
Cancel
Save