Skip to content

Commit 877cf18

Browse files
committed
Fix version check
1 parent 7d09bfb commit 877cf18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_basic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def test_version() -> None:
1010
"""Test that version is defined."""
1111
assert hasattr(pn5180_tagomatic, "__version__")
1212
assert isinstance(pn5180_tagomatic.__version__, str)
13-
assert pn5180_tagomatic.__version__ == "0.1.0"
1413

1514

1615
def test_package_import() -> None:

0 commit comments

Comments
 (0)