Bundle small config file for unit test
This commit is contained in:
+1
-12
@@ -38,7 +38,7 @@ fn ca_connect_1() {
|
||||
},
|
||||
ix: 0,
|
||||
};
|
||||
let mut rx = super::ca_connect_1(pairs, &node_config).await?;
|
||||
let mut rx = super::ca::ca_connect_1(pairs, &node_config).await?;
|
||||
while let Some(item) = rx.next().await {
|
||||
info!("got next: {:?}", item);
|
||||
}
|
||||
@@ -46,14 +46,3 @@ fn ca_connect_1() {
|
||||
})
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn zmtp_00() {
|
||||
taskrun::run(async {
|
||||
let it = vec![(String::new(), String::new())].into_iter();
|
||||
let _pairs = BTreeMap::from_iter(it);
|
||||
crate::zmtp::zmtp_00().await?;
|
||||
Ok(())
|
||||
})
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user