Skip to content

Commit

Permalink
Add test for get_current_version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanTolksdorf committed Sep 27, 2023
1 parent 1493f5f commit 22cee71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/version/commands/test_java.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def test_no_update_version(self):
).update_version(SemanticVersioningScheme.parse_version(version))

self.assertEqual(updated_version_obj.previous, SemanticVersioningScheme.parse_version(version))
self.assertEqual(updated_version_obj.new, SemanticVersioningScheme.parse_version(new_version))
self.assertEqual(updated_version_obj.new, SemanticVersioningScheme.parse_version(version))
self.assertEqual(
updated_version_obj.changed_files, []
)
Expand Down

0 comments on commit 22cee71

Please sign in to comment.