Skip to content

Commit 005feb1

Browse files
committed
test: Fix expected_version in test_distribution
1 parent e4f7bc1 commit 005feb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_distribution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
def _check_ninja_install(virtualenv):
11-
expected_version = "1.9.0.g5b44b.kitware.dyndep-1.jobserver-1"
11+
expected_version = "1.9.0.git.kitware.dyndep-1.jobserver-1"
1212

1313
for executable_name in ["ninja"]:
1414
output = virtualenv.run(

0 commit comments

Comments
 (0)