nodeinfo
: Fix typo in test_nodeinfo
This commit is contained in:
parent
76783eabe4
commit
dba9a93e2e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ macro_rules! test {
|
||||||
|
|
||||||
let doc = HostMetaDocument::discover_nodeinfo(&client, base)
|
let doc = HostMetaDocument::discover_nodeinfo(&client, base)
|
||||||
.await
|
.await
|
||||||
.expect("host-meta discovery to succeed");
|
.expect("nodeinfo discovery to succeed");
|
||||||
|
|
||||||
println!("{doc:#?}");
|
println!("{doc:#?}");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue