We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e109f59 commit ca412e2Copy full SHA for ca412e2
tests/unit/test_cli_features.py
@@ -14,4 +14,4 @@ def test_version(run_command: callable) -> None:
14
result: subprocess.CompletedProcess = run_command("-v")
15
16
assert result.returncode == 0
17
- assert "github-echo version 0.1.0" in result.stdout
+ assert "github-echo version 0.1.1" in result.stdout
0 commit comments