Skip to content

Commit

Permalink
Panics on cmd_exec.rs line 136
Browse files Browse the repository at this point in the history
  • Loading branch information
lkatalin committed Nov 17, 2020
1 parent 5491ad7 commit 3fa8d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd_exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ mod tests {
fn test_read_file_output_path() {
assert_eq!(
read_file_output_path("test-data/test_input.txt".to_string())
#[allow_ci]
.unwrap(),
"Hello World!\n"
);
Expand Down

0 comments on commit 3fa8d33

Please sign in to comment.