Skip to content

Commit

Permalink
Updated expected version (pythonpune#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshhubale authored May 9, 2018
1 parent 89a3f2a commit 192b49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_readit.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_version(runner):
result = runner.invoke(c.main, ['--version'])
assert not result.exception
assert result.exit_code == 0
expected = "readit v0.1.1\n"
expected = "readit v0.2\n"
assert result.output == expected


Expand All @@ -22,7 +22,7 @@ def test_by_version(runner):
result = runner.invoke(c.main, ['-V'])
assert not result.exception
assert result.exit_code == 0
expected = "readit v0.1.1\n"
expected = "readit v0.2\n"
assert result.output == expected


Expand Down

0 comments on commit 192b49a

Please sign in to comment.