fix tests

This commit is contained in:
John Smith
2023-06-22 18:31:31 -04:00
parent 337427f49b
commit dfc22aee8e
3 changed files with 7 additions and 23 deletions

View File

@@ -1580,7 +1580,7 @@ mod tests {
//
assert_eq!(
s.core.network.routing_table.bootstrap,
vec!["bootstrap.dev.veilid.net".to_owned()]
vec!["bootstrap.veilid.net".to_owned()]
);
//
assert_eq!(s.core.network.rpc.concurrency, 0);