Skip to content

Commit 01c40eb

Browse files
committed
update tests to not fail on v0.1.x
1 parent a2aae75 commit 01c40eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pilot/test/utils/test_settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def test_get_git_commit():
143143

144144

145145
def test_get_package_version():
146-
assert get_package_version().startswith("0.0.")
146+
assert get_package_version().startswith("0.")
147147

148148

149149
def test_get_version():

0 commit comments

Comments
 (0)