mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
terminate() what we’ve init()ed.
This commit is contained in:
parent
f9a9949466
commit
983176a9e7
@ -73,6 +73,10 @@ pub async fn test_routingtable_buckets_round_trip() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Even if these are mocks, we should still practice good hygiene.
|
||||
original.terminate().await;
|
||||
copy.terminate().await;
|
||||
}
|
||||
|
||||
pub async fn test_all() {
|
||||
|
Loading…
Reference in New Issue
Block a user