Skip to content

Commit fa484b2

Browse files
authored
Test fix for release 0.21.0-rc1. Updated test to use invalid account (#1033)
Signed-off-by: ebadiere <[email protected]>
1 parent 9068543 commit fa484b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/tests/acceptance/rpc_batch3.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ describe('@api-batch-3 RPC Server Acceptance Tests', function () {
354354
it("007 'data' from request body with wrong encoded parameter", async function () {
355355
const callData = {
356356
...defaultCallData,
357-
data: '0x3ec4de350000000000000000000000000000000000000000000000000000000000000005'
357+
data: '0x3ec4de350000000000000000000000000000000000000000000000000000000000000000'
358358
};
359359

360360
const res = await relay.call('eth_call', [callData, 'latest'], requestId);

0 commit comments

Comments
 (0)