From 187be6d372c8ef86c77483a6558f7592c3d0a2dc Mon Sep 17 00:00:00 2001 From: Jim O'Regan Date: Mon, 11 Sep 2017 09:33:17 +0100 Subject: [PATCH] copy/paste error --- spacy/tests/lang/ga/test_tokenizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/tests/lang/ga/test_tokenizer.py b/spacy/tests/lang/ga/test_tokenizer.py index fe5cb0b2f..5b45dddc1 100644 --- a/spacy/tests/lang/ga/test_tokenizer.py +++ b/spacy/tests/lang/ga/test_tokenizer.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals import pytest -SV_TOKEN_EXCEPTION_TESTS = [ +GA_TOKEN_EXCEPTION_TESTS = [ ('B\'fhearr fanacht as amharc', ['B\'', 'fhearr', 'fanacht', 'as', 'amharc']), ('Daoine a bhfuil Gaeilge acu, m.sh. tusa agus mise', ['Daoine', 'a', 'bhfuil', 'Gaeilge', 'acu', ',', 'm.sh.', 'tusa', 'agus', 'mise']) ]