Skip to content

Commit 176a94c

Browse files
committed
chore(chimeric): remove narrative test comment
1 parent 8589859 commit 176a94c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/chimeric/output.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,6 @@ mod tests {
295295

296296
#[test]
297297
fn test_chimeric_junction_writer_creates_missing_parent() {
298-
// Regression test for #35: when --twopassMode Basic is combined with
299-
// --chimSegmentMin > 0 and --outFileNamePrefix doesn't end in `/`, the
300-
// chim writer fires before any other output writer creates the parent
301-
// directory. The writer must create the parent itself.
302298
let dir = tempdir().unwrap();
303299
let prefix_path = dir.path().join("sample.");
304300
let prefix = prefix_path.to_str().unwrap();

0 commit comments

Comments
 (0)