Skip to content

Commit

Permalink
test: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Dec 12, 2024
1 parent 0d6cdd0 commit bf1733b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ async def test_genome_features_summary(db: Database, db_cleanup):
# ORF1ab, ORF1a, ORF10 should be top 6 results, but we get more back since it's fuzzy
# (ORF3a, ORF6, ORF7[a|b], ORF8):
(SARS_COV_2_GENOME_ID, dict(name="ORF1", name_fzy=True, limit=100), 16),
(SARS_COV_2_GENOME_ID, dict(name="RF1", name_fzy=True, limit=100), 16),
(SARS_COV_2_GENOME_ID, dict(start=1, end=1000), 9), # region + 8 related to ORF1ab
(SARS_COV_2_GENOME_ID, dict(q="ORF1ab"), 3),
(SARS_COV_2_GENOME_ID, dict(q="ENSSASG00005000002"), 1),
Expand Down

0 comments on commit bf1733b

Please sign in to comment.