terminate() what we’ve init()ed.

This commit is contained in:
Teknique 2023-05-25 10:56:24 -07:00
parent f9a9949466
commit 983176a9e7

View File

@ -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() {