aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Sacchini <joey@sacchini.net>2020-10-13 14:45:18 -0400
committerJoey Sacchini <joey@sacchini.net>2020-10-13 14:45:18 -0400
commit58b0cc73e97314dba2b9b1d4c4ac9a9f924f0247 (patch)
tree5d966ea88ba6d0d2aaccfbaed67bdc883e48824f
parent4e50e5ff8c7a55587f8d108630ba16bcbbe8dbf9 (diff)
downloadmcproto-rs-58b0cc73e97314dba2b9b1d4c4ac9a9f924f0247.tar.gz
mcproto-rs-58b0cc73e97314dba2b9b1d4c4ac9a9f924f0247.tar.bz2
mcproto-rs-58b0cc73e97314dba2b9b1d4c4ac9a9f924f0247.zip
test stop sound
-rw-r--r--src/v1_15_2.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/v1_15_2.rs b/src/v1_15_2.rs
index 05f7ff2..34568f9 100644
--- a/src/v1_15_2.rs
+++ b/src/v1_15_2.rs
@@ -4985,6 +4985,15 @@ pub mod tests {
packet_test_cases!(
Packet578,
+ PlayStopSound,
+ PlayStopSoundSpec,
+ test_play_stop_sound,
+ bench_write_play_stop_sound,
+ bench_read_play_stop_sound
+ );
+
+ packet_test_cases!(
+ Packet578,
PlayerPlayerListHeaderAndFooter,
PlayPlayerListHeaderAndFooterSpec,
test_player_player_list_header_and_footer,