Skip to content

Commit

Permalink
fix name_backbone test
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 6, 2017
1 parent f658fed commit 7d47ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-species-name_backbone.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def test_name_backbone_multiple_matches():
res = species.name_backbone(name='Aso')
assert dict == res.__class__
assert 4 == len(res)
assert 'Multiple equal matches for Aso' == res['note']
assert 'No match because of too little confidence' == res['note']

0 comments on commit 7d47ec8

Please sign in to comment.