Skip to content

Commit

Permalink
Update cli_rgr.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-q committed Aug 1, 2023
1 parent d314cc8 commit af314e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli_rgr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ fn command_pl_2rmp() -> anyhow::Result<()> {
let stdout = String::from_utf8(output.stdout).unwrap();

assert!(stdout.lines().count() > 1);
assert!(&tempdir.path().join("replaced.tsv").is_file());
// assert!(&tempdir.path().join("replaced.tsv").is_file());

tempdir.close()?;

Expand Down

0 comments on commit af314e4

Please sign in to comment.