Skip to content

Commit 689b85f

Browse files
committed
Update cli.rs
1 parent 70b9525 commit 689b85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fn cli_version() -> Result<(), Box<dyn std::error::Error>> {
4242
cmd.arg("-V");
4343
cmd.assert()
4444
.success()
45-
.stdout(predicate::str::contains("framels 0.4.0-rc.7"));
45+
.stdout(predicate::str::contains("framels 0.4.0"));
4646

4747
Ok(())
4848
}

0 commit comments

Comments
 (0)