diff --git a/eth2/fork_choice/tests/tests.rs b/eth2/fork_choice/tests/tests.rs index 39e70a7dd..4fa266d30 100644 --- a/eth2/fork_choice/tests/tests.rs +++ b/eth2/fork_choice/tests/tests.rs @@ -196,7 +196,7 @@ fn load_test_cases_from_yaml(file_path: &str) -> Vec { fn setup_inital_state( // fork_choice_algo: &ForkChoiceAlgorithm, - num_validators: usize + num_validators: usize, ) -> (T, Arc, Hash256) where T: ForkChoice,