mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Reorganize protocol test modules
This commit is contained in:
+1
-5
@@ -32,8 +32,4 @@ pub type PacketQueue = VecDeque<Packet>;
|
||||
type RouteMap = Vec<(EndpointName, PacketQueue)>;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
mod merkle_sync;
|
||||
mod oneshot;
|
||||
mod packet;
|
||||
}
|
||||
mod tests;
|
||||
|
||||
Reference in New Issue
Block a user