Skip to content

Commit

Permalink
Merge pull request #670 from alliance-genome/resource_descriptor_patch
Browse files Browse the repository at this point in the history
Update specific HGNC test to account for resource descriptor changes.
  • Loading branch information
christabone authored Apr 22, 2024
2 parents 5bec1cd + 76cbde7 commit f28e0cd
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 @@ -775,7 +775,7 @@ def test_human_gene_has_hgnc_cross_reference():
WHERE g.primaryKey = 'HGNC:11204'
AND cr.crossRefType = 'gene'
AND cr.globalCrossRefId = 'HGNC:11204'
AND cr.crossRefCompleteUrl = 'http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11204'
AND cr.crossRefCompleteUrl = 'https://bioregistry.io/hgnc:11204'
RETURN count(cr) AS counter"""
with Neo4jHelper.run_single_query(query) as result:
for record in result:
Expand Down

0 comments on commit f28e0cd

Please sign in to comment.