Skip to content

Commit

Permalink
Update specific_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
christabone authored Dec 3, 2024
1 parent 570816b commit 735351e
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"] == 8
assert record["counter"] == 9


def test_variant_for_expected_species_exists():
Expand Down

0 comments on commit 735351e

Please sign in to comment.