Skip to content

Commit

Permalink
Fix tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
glesica committed Mar 1, 2020
1 parent 2805fe5 commit 632d0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def runit(*args: str) -> Return:
def test_cli_version() -> None:
ret = runit("--version")
assert ret.status == 0
assert ret.stdout == f"{CURRENT_VERSION}\n"
assert ret.stdout == f"{CURRENT_VERSION}"


@pytest.mark.network
Expand Down

0 comments on commit 632d0b4

Please sign in to comment.