mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Advertise --advertise-false-custody-group-count for testing PeerDAS (#7593)
#6973
This commit is contained in:
@@ -2679,6 +2679,16 @@ fn invalid_gossip_verified_blocks_path() {
|
||||
});
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn advertise_false_custody_group_count() {
|
||||
CommandLineTest::new()
|
||||
.flag("advertise-false-custody-group-count", Some("64"))
|
||||
.run_with_zero_port()
|
||||
.with_config(|config| {
|
||||
assert_eq!(config.network.advertise_false_custody_group_count, Some(64))
|
||||
});
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn beacon_processor() {
|
||||
CommandLineTest::new()
|
||||
|
||||
Reference in New Issue
Block a user