Skip to content

Commit 2df4a06

Browse files
committed
Remove failed msg for version attribute
1 parent 4e212e4 commit 2df4a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

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

0 commit comments

Comments
 (0)