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() {
|
pub async fn test_all() {
|
||||||
|
Loading…
Reference in New Issue
Block a user