mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Added tests for form lookup, fixing the suite.
This commit is contained in:
parent
aa00ee83de
commit
2b6ea2be0a
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ def test_exact_lookup():
|
||||||
|
|
||||||
# Forms
|
# Forms
|
||||||
(u'Rotom', 'pokemon', 479),
|
(u'Rotom', 'pokemon', 479),
|
||||||
(u'Wash Rotom', 'pokemon', 504),
|
(u'Wash Rotom', 'pokemon_forms',10059),
|
||||||
|
(u'East Shellos', 'pokemon_forms',10039),
|
||||||
|
|
||||||
# Other languages
|
# Other languages
|
||||||
(u'イーブイ', 'pokemon', 133),
|
(u'イーブイ', 'pokemon', 133),
|
||||||
|
|
Loading…
Reference in a new issue