Skip to content

Commit

Permalink
fix typo Semver -> SemVer
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagowfx authored Apr 25, 2024
1 parent 6887d92 commit 788427c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yamale/validators/tests/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def test_semver():
- https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
- https://regex101.com/r/Ly7O1x/3/
"""
v = val.Semver()
v = val.SemVer()

assert v.is_valid("0.0.4")
assert v.is_valid("1.2.3")
Expand Down

0 comments on commit 788427c

Please sign in to comment.