This commit is contained in:
Jamie Hardt
2020-11-22 22:04:04 -08:00
parent e8d679b725
commit cf06b50fea

View File

@@ -12,7 +12,7 @@ use bwavfile::WaveReader;
// These tests compare metadata and format data read by ffprobe with the same values
// as read by `WaveReader`.
// This seems rickety but we're going with it
// This is rickety but we're going with it
fn assert_match_stream<T>(stream_key: &str,
other: impl Fn(&mut WaveReader<File>) -> T)
where T: PartialEq + Debug,