Skip to content

Commit 4084d11

Browse files
committed
Fix test
1 parent 029ba13 commit 4084d11

File tree

1 file changed

+1
-1
lines changed
  • beacon_node/lighthouse_network/src/types

1 file changed

+1
-1
lines changed

beacon_node/lighthouse_network/src/types/topics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ mod tests {
543543
#[test]
544544
fn columns_are_subscribed_in_peerdas() {
545545
let spec = get_spec();
546-
let s = get_sampling_subnets();
546+
let s = HashSet::from_iter([0.into()]);
547547
let topic_config = get_topic_config(&s);
548548
assert!(
549549
core_topics_to_subscribe::<E>(ForkName::Fulu, &topic_config, &spec)

0 commit comments

Comments
 (0)