From 58b0cc73e97314dba2b9b1d4c4ac9a9f924f0247 Mon Sep 17 00:00:00 2001 From: Joey Sacchini Date: Tue, 13 Oct 2020 14:45:18 -0400 Subject: test stop sound --- src/v1_15_2.rs | 9 +++++++++ 1 file changed, 9 insertions(+) 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 @@ -4983,6 +4983,15 @@ pub mod tests { bench_read_play_sound_effect ); + 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, -- cgit