We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b9525 commit 689b85fCopy full SHA for 689b85f
tests/cli.rs
@@ -42,7 +42,7 @@ fn cli_version() -> Result<(), Box<dyn std::error::Error>> {
42
cmd.arg("-V");
43
cmd.assert()
44
.success()
45
- .stdout(predicate::str::contains("framels 0.4.0-rc.7"));
+ .stdout(predicate::str::contains("framels 0.4.0"));
46
47
Ok(())
48
}
0 commit comments