We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029ba13 commit 4084d11Copy full SHA for 4084d11
beacon_node/lighthouse_network/src/types/topics.rs
@@ -543,7 +543,7 @@ mod tests {
543
#[test]
544
fn columns_are_subscribed_in_peerdas() {
545
let spec = get_spec();
546
- let s = get_sampling_subnets();
+ let s = HashSet::from_iter([0.into()]);
547
let topic_config = get_topic_config(&s);
548
assert!(
549
core_topics_to_subscribe::<E>(ForkName::Fulu, &topic_config, &spec)
0 commit comments