Skip to content

Commit

Permalink
fix: replace _id with _seq_no for sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Aug 15, 2022
1 parent 91f51fa commit 87f5994
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 @@ -143,7 +143,7 @@ def test_625_interpro(self):
# but nothing else.

def test_630_go(self):
res = self.request("query?q=GO:0016324&fields=go&sort=_id").json()
res = self.request("query?q=GO:0016324&fields=go&sort=_seq_no").json()
assert res["total"] > 800

def test_631_homologene(self):
Expand Down

0 comments on commit 87f5994

Please sign in to comment.