From e23529e7b619e95569800f46a4391e3093882e99 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 2 Dec 2020 17:05:03 -0800 Subject: [PATCH] Note --- tests/integration_test.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration_test.rs b/tests/integration_test.rs index f8f4c69..74e7a28 100644 --- a/tests/integration_test.rs +++ b/tests/integration_test.rs @@ -158,6 +158,8 @@ fn test_channels_stereo_no_fmt_extended() { assert_eq!(channels[1].speaker,ChannelMask::FrontRight); } +// THis is me playing around trying to work on #6 and #7 +// // #[test] // fn test_sample_reader_type() { // // Issue #6