Skip to content

Commit

Permalink
Remove failed msg for version attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Sep 23, 2024
1 parent 4e212e4 commit 2df4a06
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 @@ -6,5 +6,5 @@

def test_package_version():
"""Ensure the package version is defined and not set to the initial placeholder."""
assert hasattr(diffpy.structure, '__version__'), "The package version is not defined."
assert hasattr(diffpy.structure, '__version__')
assert diffpy.structure.__version__ != "0.0.0"

0 comments on commit 2df4a06

Please sign in to comment.