From d47a3e484dcd585480e6d969d8d9ba128e3d0314 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Mon, 20 Mar 2023 20:29:13 +1100 Subject: [PATCH] Fix test compilation issue --- lighthouse/tests/beacon_node.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lighthouse/tests/beacon_node.rs b/lighthouse/tests/beacon_node.rs index 2c58b34a9de..b2c9df810f5 100644 --- a/lighthouse/tests/beacon_node.rs +++ b/lighthouse/tests/beacon_node.rs @@ -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()