From e9d8d0357ee63cce321e177bf19a8974699894ee Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 7 Oct 2022 20:41:05 -0500 Subject: fix a test --- azalea-protocol/src/packets/game/clientbound_player_chat_packet.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-protocol/src/packets') diff --git a/azalea-protocol/src/packets/game/clientbound_player_chat_packet.rs b/azalea-protocol/src/packets/game/clientbound_player_chat_packet.rs index 94062d87..c6013fc2 100644 --- a/azalea-protocol/src/packets/game/clientbound_player_chat_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_player_chat_packet.rs @@ -92,6 +92,7 @@ pub enum FilterMask { mod tests { use super::*; use azalea_buf::McBufReadable; + use std::io::Cursor; #[test] fn test_chat_type() { -- cgit v1.2.3