Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Feb 13, 2024
1 parent 4841405 commit ad851b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/release_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def set_poetry_version(version):
@pytest.mark.parametrize(
"version,expected",
[
("1.2.3", Version(1, 2, 0)),
("1.2.3", Version(1, 2, 3)),
("1.2", Version(1, 2, 0)),
("1", Version(1, 0, 0)),
],
Expand Down

0 comments on commit ad851b4

Please sign in to comment.