diff --git a/tests/test_pre_punct.py b/tests/test_pre_punct.py index f932c400e..1a987e59b 100644 --- a/tests/test_pre_punct.py +++ b/tests/test_pre_punct.py @@ -12,7 +12,7 @@ def open_puncts(): @pytest.fixture def EN(): - return English() + return English().tokenizer def test_open(open_puncts, EN):