projects
/
zzz-pokedex.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Split off and labelled the PBR terrains for Secret Power and Nature Power.
[zzz-pokedex.git]
/
pokedex
/
tests
/
test_lookup.py
diff --git
a/pokedex/tests/test_lookup.py
b/pokedex/tests/test_lookup.py
index
4a17265
..
96c76cb
100644
(file)
--- a/
pokedex/tests/test_lookup.py
+++ b/
pokedex/tests/test_lookup.py
@@
-9,7
+9,8
@@
lookup = None
def setup():
# Recreate data
global lookup
- lookup = PokedexLookup(recreate=True)
+ lookup = PokedexLookup()
+ lookup.rebuild_index()
def test_exact_lookup():
tests = [