From 420d105a929cd83b488535e53d95ee006e3b50d1 Mon Sep 17 00:00:00 2001 From: Chris Tabone Date: Tue, 26 Nov 2024 16:46:47 -0400 Subject: [PATCH] Update specific_tests.py Increased value for Xenbase phenotypes. --- src/test/specific_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/specific_tests.py b/src/test/specific_tests.py index 3d13f401..32ffa527 100644 --- a/src/test/specific_tests.py +++ b/src/test/specific_tests.py @@ -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():