fix: wrong neshub version, formatting

This commit is contained in:
DatCaptainHorse
2026-08-31 17:24:00 +03:00
parent 6ea241c910
commit d9cdf60039
16 changed files with 618 additions and 317 deletions

View File

@@ -402,8 +402,7 @@ mod tests {
let start = Instant::now();
let mut opus_buf = vec![0u8; 4000];
send_frame(&encoder, &sender, &config, &tone(0), &start, &mut opus_buf)
.expect("send");
send_frame(&encoder, &sender, &config, &tone(0), &start, &mut opus_buf).expect("send");
let mut buf = vec![0u8; 65536];
let n = listener.recv(&mut buf).expect("recv");