Skip to content

Commit 80ab1c7

Browse files
committed
bot: Update expected Mercurial version
1 parent b21f10f commit 80ab1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/tests/test__system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def test_mercurial():
1313

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

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

0 commit comments

Comments
 (0)