update remix-debug tests

pull/3094/head
Iuri Matias 7 years ago
parent 40cfd44d3c
commit 2bcee60010
  1. 5
      remix-debug/test/vmCall.js

@ -51,8 +51,9 @@ function initVM (st, privateKey) {
console.log(mes) console.log(mes)
st.fail(mes) st.fail(mes)
} else { } else {
remixLib.global.web3 = obj // remixLib.global.web3 = obj
remixLib.global.web3Debug = obj // remixLib.global.web3Debug = obj
vm.web3 = obj
} }
}) })
return vm return vm

Loading…
Cancel
Save