Skip to content

Commit 4dbe96f

Browse files
yann300LianaHus
authored andcommitted
use ethers.js 5.1.4 (#1142)
to reproduce the issue: ``` contract C { error E(); function f() public { revert E(); } } ```
1 parent a48cf8d commit 4dbe96f

File tree

3 files changed

+302
-280
lines changed

3 files changed

+302
-280
lines changed

apps/remix-ide-e2e/src/tests/recorder.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module.exports = {
8383
.testFunction('last',
8484
{
8585
status: 'true Transaction mined and execution succeed',
86-
'decoded input': { 'uint256 _po': { type: 'BigNumber', hex: '0x0a' } }
86+
'decoded input': { 'uint256 _po': '10' }
8787
})
8888
.end()
8989
}

0 commit comments

Comments
 (0)