From 62d7e8cbec5b3a1e63856c8a10abaac07f237144 Mon Sep 17 00:00:00 2001 From: Jason Fan Date: Mon, 19 Aug 2024 13:05:35 -0400 Subject: [PATCH] style: whitespace in new test --- src/bin/commands/demux.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bin/commands/demux.rs b/src/bin/commands/demux.rs index df36ee2..02c3717 100644 --- a/src/bin/commands/demux.rs +++ b/src/bin/commands/demux.rs @@ -1452,7 +1452,6 @@ mod tests { let output_path = output_dir.join("Sample0000.R1.fq.gz"); let fq_reads = read_fastq(&output_path); - assert_eq!(fq_reads.len(), 1); assert_equal( &fq_reads[0], @@ -1465,7 +1464,6 @@ mod tests { let output_path = output_dir.join("Sample0001.R1.fq.gz"); let fq_reads = read_fastq(&output_path); - assert_eq!(fq_reads.len(), 1); assert_equal( &fq_reads[0], @@ -1480,7 +1478,6 @@ mod tests { let unmatched_path = output_dir.join("unmatched.R1.fq.gz"); let unmatched_reads = read_fastq(&unmatched_path); assert_eq!(unmatched_reads.len(), 1); - assert_equal( &unmatched_reads[0], &OwnedRecord {