Skip to content

Commit

Permalink
Adapt test to database changes
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Jan 25, 2024
1 parent 50b2d12 commit bc9ed4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/database/test_rcsb.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ def test_search_basic():
"rcsb_entity_source_organism.rcsb_gene_name.value",
False,
{"exact_match": "lacA"},
["5JUV", "1KQA", "1KRV", "1KRU", "1KRR", "1TG7", "1XC6", "3U7V",
"4IUG", "4LFK", "4LFL", "4LFM", "4LFN", "5IFP", "5IFT", "5IHR",
"4DUW", "5MGD", "5MGC"]
["5JUV", "1KQA", "1KRV", "1KRU", "1KRR", "3U7V", "4IUG", "4LFK",
"4LFL", "4LFM", "4LFN", "5IFP", "5IFT", "5IHR", "4DUW", "5MGD",
"5MGC"]
),
(
"struct.title",
Expand Down

0 comments on commit bc9ed4c

Please sign in to comment.