Skip to content

Commit

Permalink
update storage test
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Nov 6, 2024
1 parent edf1fef commit 47cfc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3/test/e2e/mainnet/get_storage_at.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe(`${getSystemTestBackend()} tests - getStorageAt`, () => {
} else if (block === 'blockHash' || block === 'blockNumber') {
// eslint-disable-next-line jest/no-conditional-expect
expect(result).toBe(
'0x00000000000000000000000000000000000000000000000000c33067387c0240',
'0x00000000000000000000000000000000000000000000000000ca4b6482090240',
);
} else {
// eslint-disable-next-line jest/no-conditional-expect
Expand Down

0 comments on commit 47cfc81

Please sign in to comment.