Reorganize protocol test modules

This commit is contained in:
Michael Mikovsky
2026-06-01 13:57:56 -06:00
parent 921ea838c4
commit 2d5f04a024
35 changed files with 1519 additions and 1336 deletions
+1 -5
View File
@@ -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;