Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed May 9, 2022
1 parent 1b81c56 commit e67f07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/ef_tests/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ fn fork_choice_get_head() {
#[test]
fn fork_choice_on_block() {
ForkChoiceHandler::<MinimalEthSpec>::new("on_block").run();
ForkChoiceHandler::<MainnetEthSpec>::new("on_block").run();
// ForkChoiceHandler::<MainnetEthSpec>::new("on_block").run();
}

#[test]
Expand Down

0 comments on commit e67f07d

Please sign in to comment.