Skip to content

Commit

Permalink
Remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaff committed Nov 26, 2024
1 parent 30753bb commit 87f0ca0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_gene.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ def test_query_fetch_all(gene_client: MyGeneInfo):
qres = gene_client.query("_exists_:pdb")
total = qres["total"]

breakpoint()
qres = gene_client.query("_exists_:pdb", fields="pdb", fetch_all=True)
assert isinstance(qres, types.GeneratorType)
assert total == len(list(qres))
Expand Down

0 comments on commit 87f0ca0

Please sign in to comment.