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 Sep 24, 2024
1 parent 2c3dcf0 commit e8ed121
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 @@ -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:
Expand Down

0 comments on commit e8ed121

Please sign in to comment.