Skip to content

Commit

Permalink
bot: Update expected Mercurial version
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-c committed Nov 19, 2020
1 parent b21f10f commit 80ab1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/tests/test__system.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_mercurial():

# Check mercurial version
output = run_check(["hg", "version", "-T", "{ver}"])
assert output.decode("utf-8").startswith("5.3")
assert output.decode("utf-8").startswith("5.5.2")

# Check needed extensions
output = run_check(["hg", "version", "-T", "{extensions}"])
Expand Down

0 comments on commit 80ab1c7

Please sign in to comment.