fix: resolve CI/CD test and linting issues
This commit is contained in:
@@ -95,5 +95,5 @@ class TestGenerateMatchExamples:
|
||||
|
||||
def test_generate_matches_complex(self):
|
||||
"""Test generating matches for complex pattern."""
|
||||
examples = generate_match_examples(r"\b\w+@[\w.]", "contact: test@example.com, support@company.org", count=3)
|
||||
examples = generate_match_examples(r"\b\w+@[\w.]+", "contact: test@example.com, support@company.org", count=3)
|
||||
assert len(examples) >= 1
|
||||
|
||||
Reference in New Issue
Block a user