Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[pre-commit.ci] auto fixes from pre-commit hooks
  • Loading branch information
pre-commit-ci[bot] committed Sep 23, 2024
commit 3473749a75c86e7fc57a82132f528772ae3546c8
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__')
assert hasattr(diffpy.structure, "__version__")
assert diffpy.structure.__version__ != "0.0.0"