Skip to content

Commit ca412e2

Browse files
committed
Increment version in unit test
1 parent e109f59 commit ca412e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_cli_features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def test_version(run_command: callable) -> None:
1414
result: subprocess.CompletedProcess = run_command("-v")
1515

1616
assert result.returncode == 0
17-
assert "github-echo version 0.1.0" in result.stdout
17+
assert "github-echo version 0.1.1" in result.stdout

0 commit comments

Comments
 (0)