test_serialize => test_serialize_routing_table

This commit is contained in:
Teknique
2023-05-25 15:20:03 -07:00
parent a74b0cf3b6
commit d0ac838708
5 changed files with 7 additions and 4 deletions

View File

@@ -100,4 +100,6 @@ async fn wasm_test_serialize_rkyv() {
async fn wasm_test_routing_table_serialize() {
setup();
test_routing_table_serialize::test_all().await;
setup();
test_serialize::test_all().await;
}