Skip to content

Commit 6dd6803

Browse files
committed
test: update version check to 0.1.2
1 parent 76eccd3 commit 6dd6803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ccsync/tests/cli_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fn test_version_output() {
2323
cmd.arg("--version")
2424
.assert()
2525
.success()
26-
.stdout(predicate::str::contains("0.1.0"));
26+
.stdout(predicate::str::contains("0.1.2"));
2727
}
2828

2929
#[test]

0 commit comments

Comments
 (0)