Skip to content

Commit

Permalink
chore: fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonneal committed Feb 21, 2025
1 parent a090418 commit 4388f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rpc-proxy/tests/e2e_rpc_proxy.solo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
let environment: StartedDockerComposeEnvironment;
const RPC_PROXY_URL = `http://localhost:8545`;
const genesisBlockId =
'0x0000000008602e7a995c747a3215b426c0c65709480b9e9ac57ad37c3f7d73de';
'0x0000000008602e7a995c747a3215b426c0c65709480b9e9ac57ad37c3f7d73de'; // custom genesis block id as solo is using a custom genesis file

beforeAll(async () => {
environment = await new DockerComposeEnvironment(
Expand Down

0 comments on commit 4388f1b

Please sign in to comment.