This commit is contained in:
Teknique 2023-05-30 10:23:48 -07:00
parent f1e12a8ac3
commit cdff17dca1

View File

@ -103,9 +103,7 @@ async fn wasm_test_serialize_rkyv() {
} }
#[wasm_bindgen_test] #[wasm_bindgen_test]
async fn wasm_test_routing_table_serialize() { async fn wasm_test_serialize_routing_table() {
setup(); setup();
test_routing_table_serialize::test_all().await; test_serialize_routing_table::test_all().await;
setup();
test_serialize::test_all().await;
} }