Skip to content

Commit

Permalink
fix: spec test v1.4.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Jan 19, 2024
1 parent 76fad45 commit 3df92b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/test/spec/specTestVersioning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {DownloadTestsOptions} from "@lodestar/spec-test-util";
const __dirname = path.dirname(fileURLToPath(import.meta.url));

export const ethereumConsensusSpecsTests: DownloadTestsOptions = {
specVersion: "v1.4.0-beta.5",
specVersion: "v1.4.0-beta.6",
// Target directory is the host package root: 'packages/*/spec-tests'
outputDir: path.join(__dirname, "../../spec-tests"),
specTestsRepoUrl: "https://github.com/ethereum/consensus-spec-tests",
Expand Down

0 comments on commit 3df92b7

Please sign in to comment.