Skip to content

Commit

Permalink
Fix test compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Mar 20, 2023
1 parent 5377ac6 commit d47a3e4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lighthouse/tests/beacon_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,6 @@ fn paranoid_block_proposal_on() {
.with_config(|config| assert!(config.chain.paranoid_block_proposal));
}

#[test]
fn count_unrealized_default() {
CommandLineTest::new()
.run_with_zero_port()
.with_config(|config| assert!(config.chain.count_unrealized));
}

#[test]
fn count_unrealized_no_arg() {
CommandLineTest::new()
Expand Down

0 comments on commit d47a3e4

Please sign in to comment.