Skip to content

Commit 4185c2c

Browse files
committed
fix version in tests
1 parent 0835dbf commit 4185c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_executable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _get_scripts():
4747

4848
@all_tools
4949
def test_package_script(tool):
50-
expected_version = "2.2.2"
50+
expected_version = "2.3.0"
5151
scripts = [script for script in _get_scripts() if script.stem == tool]
5252
assert len(scripts) == 1
5353
output = subprocess.check_output([str(scripts[0]), "version"]).decode("ascii")

0 commit comments

Comments
 (0)