1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 18:24:05 +02:00

adjust tests

This commit is contained in:
Robin Appelman 2021-08-01 23:05:05 +02:00
commit 810ca452b0
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ fn test_voice_init_roundtrip() {
crate::test_roundtrip_write(VoiceInitMessage {
codec: "foo".into(),
quality: 0,
sampling_rate: 0,
sampling_rate: 11025,
});
crate::test_roundtrip_write(VoiceInitMessage {
codec: "foo".into(),