From e8ed121c95870ed80567726c4e4e9ba34268434b Mon Sep 17 00:00:00 2001 From: Chris Tabone Date: Tue, 24 Sep 2024 14:10:50 -0300 Subject: [PATCH] Update specific_tests.py --- 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 4cf27ff0..3d13f401 100644 --- a/src/test/specific_tests.py +++ b/src/test/specific_tests.py @@ -1231,7 +1231,7 @@ def test_omim_publication_exists(): query = """ MATCH (g:Gene)--(p:PhenotypeEntityJoin)--(pu:PublicationJoin)--(pr:Publication) WHERE g.primaryKey = 'HGNC:1958' - and pr.pubModId = 'OMIM:600513' + and pr.pubModId = 'MIM:600513' RETURN count(p) AS counter """ with Neo4jHelper.run_single_query(query) as result: