Skip to content

Commit d47a3e4

Browse files
committed
Fix test compilation issue
1 parent 5377ac6 commit d47a3e4

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

lighthouse/tests/beacon_node.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,6 @@ fn paranoid_block_proposal_on() {
212212
.with_config(|config| assert!(config.chain.paranoid_block_proposal));
213213
}
214214

215-
#[test]
216-
fn count_unrealized_default() {
217-
CommandLineTest::new()
218-
.run_with_zero_port()
219-
.with_config(|config| assert!(config.chain.count_unrealized));
220-
}
221-
222215
#[test]
223216
fn count_unrealized_no_arg() {
224217
CommandLineTest::new()

0 commit comments

Comments
 (0)