Skip to content

Commit

Permalink
bumptest
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleailes committed Sep 17, 2023
1 parent 114c69c commit 689cc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fn cli_version() -> Result<(), Box<dyn std::error::Error>> {
cmd.arg("-V");
cmd.assert()
.success()
.stdout(predicate::str::contains("framels 0.4.2"));
.stdout(predicate::str::contains("framels 0.5.0"));

Ok(())
}
Expand Down

0 comments on commit 689cc59

Please sign in to comment.