Skip to content

Commit

Permalink
Fix test: expect message
Browse files Browse the repository at this point in the history
  • Loading branch information
MITSUBOSHI committed Mar 22, 2024
1 parent eb8d6ce commit 333e595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fn cb_copy_and_paste() {
cmd.arg("copy")
.write_stdin(stdin_data)
.output()
.expect("failed to execute cb copy from argument");
.expect("failed to execute cb copy from stdin");

let mut cmd = Command::cargo_bin("cb").unwrap();
cmd.arg("paste").assert().success().stdout(stdin_data);
Expand Down

0 comments on commit 333e595

Please sign in to comment.