Skip to content

Commit

Permalink
fixed name_lookup test
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Dec 15, 2016
1 parent 14259fb commit 1b874d8
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 @@ -8,7 +8,7 @@ def test_name_lookup():
assert dict == res.__class__
assert 6 == len(res)
assert 100 == len(res['results'])
assert 'Mammalia' == res['results'][0]['class']
assert 'Mammalia' == res['results'][0]['canonicalName']

def test_name_lookup_paging():
"species.name_lookup - paging"
Expand Down

0 comments on commit 1b874d8

Please sign in to comment.