Skip to content

Commit

Permalink
Assert version string is a str in test
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianDAlessandro committed Dec 11, 2024
1 parent 39e22da commit 34c77e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

def test_version():
"""Check that the version is acceptable."""
assert __version__.startswith("0.1.")
assert isinstance(__version__, str)

0 comments on commit 34c77e0

Please sign in to comment.