update tx hash for E2E test

pull/4165/head
yann300 1 year ago committed by Aniket
parent 688f1f0e54
commit 7a6f39e9a0
  1. 4
      apps/remix-ide-e2e/src/tests/debugger.test.ts

@ -495,7 +495,7 @@ const localVariable_step717_ABIEncoder = { // eslint-disable-line
const jsGetTrace = `(async () => {
try {
const result = await remix.call('debugger', 'getTrace', '0x65f0813753462414f9a91f0aabea946188327995f54b893b63a8d7ff186cfca3')
const result = await remix.call('debugger', 'getTrace', '0x00a9f5b1ac2c9cb93e5890ea86c81efbd36b619ef2378136ef74d8c6171ddda6')
console.log('result ', result)
} catch (e) {
console.log(e.message)
@ -504,7 +504,7 @@ const jsGetTrace = `(async () => {
const jsDebug = `(async () => {
try {
const result = await remix.call('debugger', 'debug', '0x65f0813753462414f9a91f0aabea946188327995f54b893b63a8d7ff186cfca3')
const result = await remix.call('debugger', 'debug', '0x00a9f5b1ac2c9cb93e5890ea86c81efbd36b619ef2378136ef74d8c6171ddda6')
console.log('result ', result)
} catch (e) {
console.log(e.message)

Loading…
Cancel
Save