diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/c_set_entity_data.rs')
| -rwxr-xr-x | azalea-protocol/src/packets/game/c_set_entity_data.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/c_set_entity_data.rs b/azalea-protocol/src/packets/game/c_set_entity_data.rs index 769c2edf..afa352ab 100755 --- a/azalea-protocol/src/packets/game/c_set_entity_data.rs +++ b/azalea-protocol/src/packets/game/c_set_entity_data.rs @@ -18,7 +18,7 @@ mod tests { use super::*; #[test] - fn test_read_write_container_set_content() { + fn test_read_write_hypixel_entity_data() { let contents = [161, 226, 1, 10, 18, 1, 20, 38, 124, 175, 198, 255]; let mut buf = Cursor::new(contents.as_slice()); let packet = ClientboundSetEntityData::azalea_read(&mut buf).unwrap(); |
