Skip to content

Commit 87f67fc

Browse files
committed
fix merge
1 parent bf3f186 commit 87f67fc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/alignment_features.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,8 +828,7 @@ fn test_bare_dot_prefix_is_literal_string() {
828828
// SAMPLE. is a bare-dot prefix; STAR writes SAMPLE.Aligned.out.bam at the top level.
829829
let prefix = format!("{}/SAMPLE.", run_dir.display());
830830

831-
Command::cargo_bin("rustar-aligner")
832-
.unwrap()
831+
cargo_bin_cmd!("rustar-aligner")
833832
.args([
834833
"--runMode",
835834
"alignReads",

0 commit comments

Comments
 (0)