1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-30 11:47:45 +00:00

Fix tests

This commit is contained in:
Joshua Goins 2025-06-28 10:02:09 -04:00
parent 6ecdae840c
commit 2cbf70fbe5

View file

@ -236,7 +236,7 @@ mod tests {
} }
#[binrw] #[binrw]
#[br(import(_magic: &ClientLobbyIpcType))] #[br(import(_magic: &ClientLobbyIpcType, _size: &u32))]
#[derive(Debug, Clone)] #[derive(Debug, Clone)]
enum ClientLobbyIpcData { enum ClientLobbyIpcData {
Dummy(), Dummy(),