Skip to content

Commit f84920b

Browse files
committed
test: add epoch_boundary sanity runner case for nightly spec tests
Upstream consensus-specs ChainSafe#5127 adds epoch_boundary sanity tests for Gloas (and post-Gloas `heze`). The case format is identical to blocks (pre / post / blocks_N / meta.blocks_count), so route it through the existing sanityBlocks runner. Surfaced by pnpm test:spec:minimal against nightly artifacts downloaded via the new nightly workflow in ChainSafe#9221. 🤖 Generated with AI assistance
1 parent b4c6881 commit f84920b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/beacon-node/test/spec/presets/sanity.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const sanity: TestRunnerFn<any, BeaconStateAllForks> = (fork, testName, testSuit
2323
case "slots":
2424
return sanitySlots(fork, testName, testSuite);
2525
case "blocks":
26+
case "epoch_boundary":
2627
return sanityBlocks(fork, testName, testSuite);
2728
default:
2829
throw Error(`Unknown sanity test ${testName}`);

0 commit comments

Comments
 (0)