Skip to content

Commit

Permalink
fix name_suggest test
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jul 22, 2017
1 parent cccdc47 commit bab0739
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test-species-name_suggest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ def test_name_suggest():
"species.name_suggest - basic test"
res = species.name_suggest(q='Puma concolor')
assert list == res.__class__
assert 33 == len(res)
assert True == all([ bool(re.search('Puma concolor', z['canonicalName'])) for z in res ])

def test_name_suggest_paging():
Expand Down

0 comments on commit bab0739

Please sign in to comment.