Skip to content

Commit

Permalink
Update version test
Browse files Browse the repository at this point in the history
  • Loading branch information
bjheinen committed Jun 4, 2024
1 parent d661677 commit f82685c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_version(self):
from LiquidDiffract.version import __version__
# Version numbers on dev branch like '1.2.7-dev'
# Check if version number still -dev and warn if true
self.assertGreater(len(__version__), 5)
self.assertGreater(len(__version__), 4)
try:
self.assertTrue(Version(__version__))
except InvalidVersion:
Expand Down

0 comments on commit f82685c

Please sign in to comment.