Fix routing_table test imports

This commit is contained in:
Teknique 2023-05-31 13:34:53 -07:00
parent cdff17dca1
commit e2b8c4488e

View File

@ -12,6 +12,6 @@ use super::*;
pub use common::*;
pub use crypto::tests::*;
pub use network_manager::tests::*;
pub use routing_table::tests::test_serialize as test_routing_table_serialize;
pub use routing_table::tests::*;
pub use table_store::tests::*;
pub use veilid_api::tests::*;