Skip to content

Commit 7ff9cee

Browse files
author
Bilal Al
committed
polish
1 parent 9143a25 commit 7ff9cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/grammar/test_matchers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ def test_to_json(self):
887887
assert as_json['stringMatcherData'] == "^[a-z][A-Z][0-9]$"
888888

889889
class EqualToSemverMatcherTests(MatcherTestsBase):
890-
"""Regex matcher test cases."""
890+
"""Semver equalto matcher test cases."""
891891

892892
raw = {
893893
'negate': False,

0 commit comments

Comments
 (0)