Skip to content

Commit

Permalink
semver isvalid renamed is_valid
Browse files Browse the repository at this point in the history
  • Loading branch information
nicogodet authored Apr 29, 2024
1 parent 08a39e6 commit 9a56764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_pgl_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_metadata_types(self):

def test_version_semver(self):
"""Test if version comply with semantic versioning."""
self.assertTrue(VersionInfo.isvalid(__about__.__version__))
self.assertTrue(VersionInfo.is_valid(__about__.__version__))


# ############################################################################
Expand Down

0 comments on commit 9a56764

Please sign in to comment.