From 73f388ed69f96b6ed7b18c6151f15883304dcb5c Mon Sep 17 00:00:00 2001 From: "Eevee (Lexy Munroe)" Date: Mon, 4 Sep 2017 10:04:23 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20tests,=20since=20Farfetch=E2=80=99d=20got?= =?UTF-8?q?=20a=20name=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pokedex/tests/test_lookup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pokedex/tests/test_lookup.py b/pokedex/tests/test_lookup.py index 392dfaa..04c29d6 100644 --- a/pokedex/tests/test_lookup.py +++ b/pokedex/tests/test_lookup.py @@ -15,7 +15,7 @@ parametrize = pytest.mark.parametrize # Funny characters (u'Mr. Mime', 'pokemon_species', 122), - (u"Farfetch'd", 'pokemon_species', 83), + (u"Farfetch’d", 'pokemon_species', 83), (u'Poké Ball', 'items', 4), # Forms @@ -93,7 +93,7 @@ def test_language_lookup(lookup): (u'pokeball', u'Poké Ball'), # Names with squiggles in them - (u'farfetchd', u"Farfetch'd"), + (u'farfetchd', u"Farfetch’d"), (u'porygonz', u'Porygon-Z'), # Sufficiently long foreign names