Skip to content

Commit 7cdb498

Browse files
authored
updated readit version to 0.3 in test (#134)
1 parent fb35e4f commit 7cdb498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_readit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_by_version(runner):
2222
result = runner.invoke(c.main, ['-V'])
2323
assert not result.exception
2424
assert result.exit_code == 0
25-
expected = "readit v0.2\n"
25+
expected = "readit v0.3\n"
2626
assert result.output == expected
2727

2828

0 commit comments

Comments
 (0)