Skip to content

Commit

Permalink
Merge pull request #673 from alliance-genome/omim-test-patch
Browse files Browse the repository at this point in the history
Update specific_tests.py
  • Loading branch information
oblodgett authored Sep 24, 2024
2 parents 2c3dcf0 + e8ed121 commit 8dbf7ec
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 8dbf7ec

Please sign in to comment.