Skip to content

Commit 5515c95

Browse files
fix tests after ensuring distance is 0
1 parent 7307105 commit 5515c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def wd(wd):
1414

1515

1616
def test_version_from_git(wd):
17-
assert wd.version == '0.0'
17+
assert wd.version == '0.1.dev0'
1818

1919
wd.commit_testfile()
2020
assert wd.version.startswith('0.1.dev1+')

0 commit comments

Comments
 (0)