Skip to content

Commit

Permalink
fix occurrences.get_fragment test
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 27, 2017
1 parent 0a06b82 commit 98156e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test-occurrences-get.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ def test_get_fragment():
"occurrences.get_fragment - basic test"
res = occurrences.get_fragment(key = 1052909293)
assert 'dict' == res.__class__.__name__
assert 41 == len(res)
assert 'HumanObservation' == res['basisOfRecord']
assert 'humanobservation' == res['basisOfRecord']

0 comments on commit 98156e3

Please sign in to comment.