Skip to content

Commit 863ecad

Browse files
committed
fix: Update version test to 0.1.2
1 parent 5d45560 commit 863ecad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integration_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fn test_cli_version() {
88
cmd.arg("--version")
99
.assert()
1010
.success()
11-
.stdout(predicate::str::contains("nds 0.1.1"));
11+
.stdout(predicate::str::contains("nds 0.1.2"));
1212
}
1313

1414
#[test]

0 commit comments

Comments
 (0)