fix ttests

This commit is contained in:
Eitan Seri-Levi
2026-06-03 14:22:42 +03:00
parent ad902d17c2
commit 72ec43f2fc
3 changed files with 52 additions and 18 deletions

View File

@@ -1029,6 +1029,12 @@ fn fork_choice_get_head() {
ForkChoiceHandler::<MainnetEthSpec>::new("get_head").run();
}
#[test]
fn fork_choice_on_attestation() {
ForkChoiceHandler::<MinimalEthSpec>::new("on_attestation").run();
ForkChoiceHandler::<MainnetEthSpec>::new("on_attestation").run();
}
#[test]
fn fork_choice_on_block() {
ForkChoiceHandler::<MinimalEthSpec>::new("on_block").run();