Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix overseer test
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed Oct 12, 2022
1 parent 9df8063 commit 2e27afa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions node/overseer/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -873,8 +873,9 @@ fn test_network_bridge_tx_msg() -> NetworkBridgeTxMessage {
fn test_network_bridge_rx_msg() -> NetworkBridgeRxMessage {
NetworkBridgeRxMessage::NewGossipTopology {
session: SessionIndex::from(0_u32),
our_neighbors_x: HashMap::new(),
our_neighbors_y: HashMap::new(),
local_index: None,
canonical_shuffling: Vec::new(),
shuffled_indices: Vec::new(),
}
}

Expand Down

0 comments on commit 2e27afa

Please sign in to comment.