Skip to content

Commit

Permalink
Update specific_tests.py
Browse files Browse the repository at this point in the history
Increased value for Xenbase phenotypes.
  • Loading branch information
christabone authored Nov 26, 2024
1 parent 205a26f commit 420d105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/specific_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def test_phenotype_for_all_species_exists():
RETURN count(distinct s) AS counter"""
with Neo4jHelper.run_single_query(query) as result:
for record in result:
assert record["counter"] == 7
assert record["counter"] == 8


def test_variant_for_expected_species_exists():
Expand Down

0 comments on commit 420d105

Please sign in to comment.