Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 34ea1b2

Browse files
committed
changing fixture
1 parent 47cfc81 commit 34ea1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web3/test/e2e/mainnet/get_storage_at.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ describe(`${getSystemTestBackend()} tests - getStorageAt`, () => {
8585
} else if (block === 'blockHash' || block === 'blockNumber') {
8686
// eslint-disable-next-line jest/no-conditional-expect
8787
expect(result).toBe(
88-
'0x00000000000000000000000000000000000000000000000000ca4b6482090240',
88+
'0x00000000000000000000000000000000000000000000000000ca4aafc2e0b163',
8989
);
9090
} else {
9191
// eslint-disable-next-line jest/no-conditional-expect

0 commit comments

Comments
 (0)