Skip to content

Commit

Permalink
Update e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Dec 1, 2023
1 parent cc9ae12 commit fc45842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prover/test/e2e/cli/cmds/start.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe("prover/start", () => {
beforeAll(async function () {
await waitForCapellaFork();
await mkdir(path.dirname(paramsFilePath), {recursive: true});
await writeFile(paramsFilePath, JSON.stringify(chainConfigToJson(config)));
await writeFile(paramsFilePath, JSON.stringify(chainConfigToJson(config as ChainConfig)));

proc = await spawnCliCommand(
"packages/prover/bin/lodestar-prover.js",
Expand Down

0 comments on commit fc45842

Please sign in to comment.