fix: resolve CI/CD test and linting issues
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-02 07:28:43 +00:00
parent 405e483354
commit 285b27ec20

View File

@@ -95,5 +95,5 @@ class TestGenerateMatchExamples:
def test_generate_matches_complex(self): def test_generate_matches_complex(self):
"""Test generating matches for complex pattern.""" """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 assert len(examples) >= 1