From 5e76320ffe08da6bde4486d4ef633c2f3ae406a8 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 23 Oct 2016 20:44:54 +0200 Subject: [PATCH] Update test --- spacy/tests/matcher/test_matcher_bugfixes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/tests/matcher/test_matcher_bugfixes.py b/spacy/tests/matcher/test_matcher_bugfixes.py index 053f8146d..9b9fcc421 100644 --- a/spacy/tests/matcher/test_matcher_bugfixes.py +++ b/spacy/tests/matcher/test_matcher_bugfixes.py @@ -46,7 +46,7 @@ def test_overlap_issue242(): if os.environ.get('SPACY_DATA'): data_dir = os.environ.get('SPACY_DATA') else: - data_dir = None + data_dir = False nlp = spacy.en.English(path=data_dir, tagger=False, parser=False, entity=False)