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 51e75b5 commit 78e1c4c
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 @@ -292,7 +292,7 @@ def test_forced_update_version(self):
def test_update_version_upgrade_config_with_wrong_line_number(self):
exp_err_msg = (
r"Line has no version, "
r"file:'README\.md' "
r"file:'README.md' "
r"lineNo:4 "
r"content:''"
)
Expand Down

0 comments on commit 78e1c4c

Please sign in to comment.