Skip to content

Commit ba26efc

Browse files
committed
fix: update version assertion in test_cli to 0.3.0
1 parent d6d58d2 commit ba26efc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class TestCLI:
1313
def test_version(self):
1414
result = runner.invoke(app, ["--version"])
1515
assert result.exit_code == 0
16-
assert "0.2.0" in result.stdout
16+
assert "0.3.0" in result.stdout
1717

1818
def test_help(self):
1919
result = runner.invoke(app, ["--help"])

0 commit comments

Comments
 (0)