Skip to content

Commit 40057f7

Browse files
author
ci-bot
committed
fix tests
1 parent 4cd5851 commit 40057f7

File tree

1 file changed

+61
-25
lines changed

1 file changed

+61
-25
lines changed

apps/remix-ide-e2e/src/tests/debugger.test.ts

Lines changed: 61 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -452,36 +452,72 @@ const sources = [
452452
]
453453

454454
const localVariable_step266_ABIEncoder = { // eslint-disable-line
455-
idAsk: {
456-
type: 'bytes32',
457-
value: '0x0000000000000000000000000000000000000000000000000000000000000002'
458-
},
459-
userData: {
460-
value: '0x000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000015b38da6a701c568545dcfcb03fcb875f56beddc4',
461-
type: 'bytes'
462-
}
455+
"userData": {
456+
"value": "0x000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000015b38da6a701c568545dcfcb03fcb875f56beddc4",
457+
"type": "bytes"
458+
},
459+
"<1>": {
460+
"length": "0x0",
461+
"value": "0x",
462+
"type": "bytes"
463+
},
464+
"<2>": {
465+
"value": "0x0000000000000000000000000000000000000000000000000000000000000000",
466+
"type": "bytes32"
467+
},
468+
"<3>": {
469+
"value": "0x0000000000000000000000000000000000000000000000000000000000000000",
470+
"type": "bytes32"
471+
},
472+
"<4>": {
473+
"value": "0",
474+
"type": "uint256"
475+
},
476+
"idAsk": {
477+
"value": "0x0000000000000000000000000000000000000000000000000000000000000002",
478+
"type": "bytes32"
479+
}
463480
}
464481

465482
const localVariable_step717_ABIEncoder = { // eslint-disable-line
466-
idAsk: {
467-
type: 'bytes32',
468-
value: '0x0000000000000000000000000000000000000000000000000000000000000002'
469-
},
470-
idOffer: {
471-
type: 'bytes32',
472-
value: '0x0000000000000000000000000000000000000000000000000000000000000001'
473-
},
474-
ro: {
475-
length: '0xd0',
476-
type: 'bytes',
477-
value: '0x5b38da6a701c568545dcfcb03fcb875f56beddc45b38da6a701c568545dcfcb03fcb875f56beddc400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001'
478-
},
479-
userData: {
480-
value: '0x000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000015b38da6a701c568545dcfcb03fcb875f56beddc4',
481-
type: 'bytes'
482-
}
483+
"userData": {
484+
"value": "0x000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000015b38da6a701c568545dcfcb03fcb875f56beddc4",
485+
"type": "bytes"
486+
},
487+
"<1>": {
488+
"length": "0xd0",
489+
"value": "0x5b38da6a701c568545dcfcb03fcb875f56beddc45b38da6a701c568545dcfcb03fcb875f56beddc400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001",
490+
"type": "bytes"
491+
},
492+
"<2>": {
493+
"value": "0x0000000000000000000000000000000000000000000000000000000000000002",
494+
"type": "bytes32"
495+
},
496+
"<3>": {
497+
"value": "0x0000000000000000000000000000000000000000000000000000000000000001",
498+
"type": "bytes32"
499+
},
500+
"<4>": {
501+
"value": "84",
502+
"type": "uint256"
503+
},
504+
"idAsk": {
505+
"value": "0x0000000000000000000000000000000000000000000000000000000000000002",
506+
"type": "bytes32"
507+
},
508+
"idOffer": {
509+
"value": "0x0000000000000000000000000000000000000000000000000000000000000001",
510+
"type": "bytes32"
511+
},
512+
"ro": {
513+
"length": "0xd0",
514+
"value": "0x5b38da6a701c568545dcfcb03fcb875f56beddc45b38da6a701c568545dcfcb03fcb875f56beddc400000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001",
515+
"type": "bytes"
516+
}
483517
}
484518

519+
520+
485521
const jsGetTrace = `(async () => {
486522
try {
487523
const result = await remix.call('debugger', 'getTrace', '<txhash>')

0 commit comments

Comments
 (0)