Skip to content

Commit

Permalink
fix name_lookup test to work in python3
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Oct 19, 2016
1 parent 45463f0 commit 73501ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-species-name_lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def test_name_lookup_faceting():
assert 0 == len(res['results'])
assert 1 == len(res['facets'])
assert 2 == len(res['facets'][0])
assert ['field','counts'] == res['facets'][0].keys()
assert ['field','counts'] == list(res['facets'][0].keys())

0 comments on commit 73501ad

Please sign in to comment.