Skip to content

Commit

Permalink
Fix params e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Dec 17, 2022
1 parent 6e12b83 commit 78ec671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/params/test/e2e/ensure-config-is-synced.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {loadConfigYaml} from "../yaml.js";
// Not e2e, but slow. Run with e2e tests

/** https://github.com/ethereum/consensus-specs/releases */
const specConfigCommit = "v1.3.0-alpha.1";
const specConfigCommit = "v1.3.0-alpha.2";

describe("Ensure config is synced", function () {
this.timeout(60 * 1000);
Expand Down

0 comments on commit 78ec671

Please sign in to comment.