1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

fix a test

This commit is contained in:
mat 2022-10-07 20:41:05 -05:00
parent bc3aa9467a
commit e9d8d0357e

View file

@ -92,6 +92,7 @@ pub enum FilterMask {
mod tests {
use super::*;
use azalea_buf::McBufReadable;
use std::io::Cursor;
#[test]
fn test_chat_type() {