mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-12-25 23:39:22 -05:00
Snapshot
This commit is contained in:
parent
f1e12a8ac3
commit
cdff17dca1
@ -103,9 +103,7 @@ async fn wasm_test_serialize_rkyv() {
|
||||
}
|
||||
|
||||
#[wasm_bindgen_test]
|
||||
async fn wasm_test_routing_table_serialize() {
|
||||
async fn wasm_test_serialize_routing_table() {
|
||||
setup();
|
||||
test_routing_table_serialize::test_all().await;
|
||||
setup();
|
||||
test_serialize::test_all().await;
|
||||
test_serialize_routing_table::test_all().await;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user