Skip to content

Commit

Permalink
aichaos#37 Update unit test to remove too broad test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
hungtu committed Sep 21, 2017
1 parent ec133c2 commit 047fd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_unicode_punctuation(self):
self.reply("Hello, bot!", RS_ERR_MATCH)

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

for template in templates:
Expand Down

0 comments on commit 047fd79

Please sign in to comment.