Skip to content

Commit

Permalink
remove assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagowfx committed Apr 25, 2024
1 parent b00ca2b commit c45be0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yamale/validators/tests/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,3 @@ def test_semver():
assert not v.is_valid("+justmeta")
assert not v.is_valid("9.8.7+meta+meta")
assert not v.is_valid("9.8.7-whatever+meta+meta")
assert not v.is_valid("99999999999999999999999.999999999999999999.99999999999999999")

0 comments on commit c45be0f

Please sign in to comment.