mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-17 18:58:23 +00:00
fix ttests
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user