change max lenght

This commit is contained in:
Pablo Estevez
2026-01-17 17:48:15 +00:00
parent 97e597d9db
commit c33c6f9073
118 changed files with 3546 additions and 960 deletions

View File

@@ -218,7 +218,9 @@ class Subject:
pattern = patterns[0]
self.assertGreaterEqual(pattern.confidence, 0.8)
evidence_str = " ".join(pattern.evidence).lower()
self.assertTrue("attach" in evidence_str and "detach" in evidence_str and "notify" in evidence_str)
self.assertTrue(
"attach" in evidence_str and "detach" in evidence_str and "notify" in evidence_str
)
def test_pubsub_pattern(self):
"""Test publish/subscribe variant"""