Skip to content

Commit

Permalink
updated test to check for one hit
Browse files Browse the repository at this point in the history
  • Loading branch information
jal347 committed May 3, 2022
1 parent e826f91 commit 63737f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/data_tests/test_6_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def test_601_hg19(self):

url = 'query?q=hg19.chr12:57,795,963-57,815,592&species=human'
res = self.request(url).json()
assert len(res['hits']) == 2
assert len(res['hits']) == 1
assert '_id' in res['hits'][0]

def test_602_hg19(self):
Expand Down

0 comments on commit 63737f5

Please sign in to comment.