Skip to content

Commit 0a4fedc

Browse files
committed
test: update version check to 0.1.3
1 parent 73ec51f commit 0a4fedc

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.2"));
26+
.stdout(predicate::str::contains("0.1.3"));
2727
}
2828

2929
#[test]

0 commit comments

Comments
 (0)