diff --git a/tests/test_emoticons.py b/tests/test_emoticons.py index 75b2b1060..2b250a328 100644 --- a/tests/test_emoticons.py +++ b/tests/test_emoticons.py @@ -38,5 +38,5 @@ def test_tweebo_challenge(EN): def test_false_positive(EN): text = "example:)" - tokens = EN(text) + tokens = EN(text, parse=False, tag=False) assert len(tokens) == 3