Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelkusch committed Dec 18, 2024
1 parent 07215e8 commit 7ef9628
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hidimstat/test/test_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import hidimstat

def test_version():
"""Test that the version is set correctly."""
import hidimstat
assert isinstance(hidimstat.__version__, str)
assert len(hidimstat.__version__.split(".")) == 3

0 comments on commit 7ef9628

Please sign in to comment.