mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-25 10:10:41 -06:00
Fix routing_table test imports
This commit is contained in:
parent
cdff17dca1
commit
e2b8c4488e
@ -12,6 +12,6 @@ use super::*;
|
|||||||
pub use common::*;
|
pub use common::*;
|
||||||
pub use crypto::tests::*;
|
pub use crypto::tests::*;
|
||||||
pub use network_manager::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 table_store::tests::*;
|
||||||
pub use veilid_api::tests::*;
|
pub use veilid_api::tests::*;
|
||||||
|
Loading…
Reference in New Issue
Block a user