Skip to content

Commit

Permalink
Update a failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasham Marfatia committed Dec 16, 2024
1 parent 2b18c04 commit 674e043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,6 @@ def test_get_molecules_for_indication():
assert molecule_list
assert isinstance(molecule_list[0], Node)
assert molecule_list[0].db_ns in ["CHEBI", "CHEMBL"]
assert ("CHEBI", "10001") in [m.grounding() for m in molecule_list]


@pytest.mark.nonpublic
Expand Down

0 comments on commit 674e043

Please sign in to comment.