We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a947c7 commit 7c35e2aCopy full SHA for 7c35e2a
lighthouse/tests/beacon_node.rs
@@ -2584,22 +2584,3 @@ fn genesis_state_url_value() {
2584
assert_eq!(config.genesis_state_url_timeout, Duration::from_secs(42));
2585
});
2586
}
2587
-
2588
-#[test]
2589
-fn disable_duplicate_warn_logs_default() {
2590
- CommandLineTest::new()
2591
- .run_with_zero_port()
2592
- .with_config(|config| {
2593
- assert_eq!(config.network.disable_duplicate_warn_logs, false);
2594
- });
2595
-}
2596
2597
2598
-fn disable_duplicate_warn_logs() {
2599
2600
- .flag("disable-duplicate-warn-logs", None)
2601
2602
2603
- assert_eq!(config.network.disable_duplicate_warn_logs, true);
2604
2605
0 commit comments