Skip to content

Commit

Permalink
Update eth_getBalance.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchengzhu authored and KaoImin committed Nov 30, 2023
1 parent 4e50960 commit e59e269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/src/eth_getBalance.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe("eth_getBalance", () => {
await testType.type("1"); // 0: none params 1: common params to request 2: more params
await param1.type(testDataInfo.accountAddress);
await param2.type("latest");
await goto.check(page, "0x4ee2d6d415b85acef7ecdb7debc");
await goto.check(page, "0x4ee2d6d415b85acef8044929f94");
});

/**
Expand Down

0 comments on commit e59e269

Please sign in to comment.