Skip to content

Commit

Permalink
Increment version in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanK1511 committed Sep 11, 2024
1 parent e109f59 commit ca412e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_cli_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def test_version(run_command: callable) -> None:
result: subprocess.CompletedProcess = run_command("-v")

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

0 comments on commit ca412e2

Please sign in to comment.