Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Aug 25, 2023
1 parent a90d911 commit 4dc4859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/test/sim/mergemock.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe("executionEngine / ExecutionEngineHttp", function () {
}
this.timeout("10min");

const dataPath = fs.mkdtempSync("mergetests/lodestar-test-mergemock");
const dataPath = fs.mkdtempSync("lodestar-test-mergemock");
const elSetupConfig = {
elScriptDir: process.env.EL_SCRIPT_DIR,
elBinaryDir: process.env.EL_BINARY_DIR,
Expand Down

0 comments on commit 4dc4859

Please sign in to comment.