Skip to content

Commit 047fd79

Browse files
author
hungtu
committed
aichaos#37 Update unit test to remove too broad test cases
1 parent ec133c2 commit 047fd79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_unicode_punctuation(self):
8484
self.reply("Hello, bot!", RS_ERR_MATCH)
8585

8686
def test_unicode_with_optionals(self):
87-
templates = ["({})", "[{}]", "[*] ({}) [*]", "[*] [{}] [*]"] # Test both alternatives and optionals
87+
templates = ["({})", "[{}]"] # Test both alternatives and optionals
8888
trigger_text = "überrasch mich|empfiehl mir was|empfehl mir was|was gibts neues für mich|empfehlung"
8989

9090
for template in templates:

0 commit comments

Comments
 (0)