Skip to content

Commit

Permalink
Update version check in test_gitlab.py
Browse files Browse the repository at this point in the history
The version checked in the test has been updated from "120.0" to "121.0". This reflects the changes made to the codebase and ensures that the test will pass with the updated software version.
  • Loading branch information
dvershinin committed Dec 26, 2023
1 parent 09df323 commit 6c85099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gitlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ def test_gitlab_nested_subgroup_project():

release = latest(repo, output_format="dict")

assert release["version"] == version.parse("120.0")
assert release["version"] == version.parse("121.0")

0 comments on commit 6c85099

Please sign in to comment.