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 ab6c30c commit ea4162d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/version/commands/test_java.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ def test_getting_version_no_files_configured(self):
encoding="utf-8",
)

JavaVersionCommand(
SemanticVersioningScheme
).get_current_version()
JavaVersionCommand(SemanticVersioningScheme).get_current_version()

version_file_path.unlink()

Expand Down

0 comments on commit ea4162d

Please sign in to comment.