mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Make the rest of the tests pass.
This commit is contained in:
parent
7f22ad2c86
commit
5ec50ea26c
3 changed files with 5 additions and 4 deletions
pokedex/tests
|
@ -21,8 +21,8 @@ lookup = PokedexLookup()
|
|||
|
||||
# Forms
|
||||
(u'Rotom', 'pokemon_species', 479),
|
||||
(u'Wash Rotom', 'pokemon_forms', 708),
|
||||
(u'East Shellos', 'pokemon_forms', 688),
|
||||
(u'Wash Rotom', 'pokemon_forms', 10059),
|
||||
(u'East Shellos', 'pokemon_forms', 10039),
|
||||
|
||||
# Other languages
|
||||
(u'イーブイ', 'pokemon_species', 133),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue