Fix version instance
This commit is contained in:
parent
b06728c553
commit
f96733f8b5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ from version_repository import VersionRepository
|
|||
from release_type import ReleaseType
|
||||
|
||||
def test_version():
|
||||
version = Version([1, 2, 3], False)
|
||||
version = Version([1, 2, 3])
|
||||
|
||||
version.increment(ReleaseType.SNAPSHOT)
|
||||
assert version.get_version_string() == "1.2.3-SNAPSHOT"
|
||||
|
|
Loading…
Reference in a new issue