From a855410d6f91df70556dfaa1666f5a998e8406bc Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 1 Jan 2021 12:14:06 -0800 Subject: [PATCH] Added rf64 test back in ...and will push to github see if the action completes --- src/wavewriter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wavewriter.rs b/src/wavewriter.rs index 381eec9..350c190 100644 --- a/src/wavewriter.rs +++ b/src/wavewriter.rs @@ -459,7 +459,7 @@ fn test_write_bext() { // NOTE! This test of RF64 writing passes on my machine but because it takes // nearly 5 mins to run I have omitted it from the source for now... -//#[test] +#[test] fn test_create_rf64() { use super::fourcc::ReadFourCC; use byteorder::ReadBytesExt;