Skip to content

Commit

Permalink
refix unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Aug 30, 2023
1 parent d71f96e commit 382be42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unittests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
)
def test_valid_additional_version_info_key(key, status):
test = valid_additional_version_info_key(key)
assert "b" == "v"
if status is True:
assert test, f"Key <{key}> is wrong"
else:
Expand Down

0 comments on commit 382be42

Please sign in to comment.