From 2cbf70fbe58f302e8c74c4c040050749000d2d06 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 28 Jun 2025 10:02:09 -0400 Subject: [PATCH] Fix tests --- src/packet/parsing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packet/parsing.rs b/src/packet/parsing.rs index ead260a..507f7ad 100644 --- a/src/packet/parsing.rs +++ b/src/packet/parsing.rs @@ -236,7 +236,7 @@ mod tests { } #[binrw] - #[br(import(_magic: &ClientLobbyIpcType))] + #[br(import(_magic: &ClientLobbyIpcType, _size: &u32))] #[derive(Debug, Clone)] enum ClientLobbyIpcData { Dummy(),