another broken test

This commit is contained in:
Jędrzej Stuczyński
2023-04-14 16:52:24 +01:00
parent 36e07f546d
commit 679be24074
+2 -2
View File
@@ -263,7 +263,7 @@ mod message_receiver {
use nym_crypto::asymmetric::identity;
use nym_mixnet_contract_common::Layer;
use nym_topology::{gateway, mix, NymTopology};
use std::collections::HashMap;
use std::collections::BTreeMap;
// TODO: is it somehow maybe possible to move it to `topology` and have if conditionally
// available to other modules?
@@ -271,7 +271,7 @@ mod message_receiver {
/// tests requiring instance of topology.
#[allow(dead_code)]
fn topology_fixture() -> NymTopology {
let mut mixes = HashMap::new();
let mut mixes = BTreeMap::new();
mixes.insert(
1,
vec![mix::Node {