mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-04-16 22:13:14 -04:00
fmt fixies
This commit is contained in:
parent
85698c3489
commit
67dd25f473
@ -200,7 +200,10 @@ pub async fn test_get_node_id() {
|
||||
.expect("startup failed");
|
||||
api.attach().await.unwrap();
|
||||
sleep(5000).await;
|
||||
assert_eq!(api.get_node_id().unwrap(), api.config().unwrap().get().network.routing_table.node_id);
|
||||
assert_eq!(
|
||||
api.get_node_id().unwrap(),
|
||||
api.config().unwrap().get().network.routing_table.node_id
|
||||
);
|
||||
api.detach().await.unwrap();
|
||||
sleep(2000).await;
|
||||
api.shutdown().await;
|
||||
|
Loading…
x
Reference in New Issue
Block a user