Skip to content

Commit

Permalink
Just replace systemCode to system_code
Browse files Browse the repository at this point in the history
  • Loading branch information
kozo2 committed Aug 19, 2023
1 parent 2187c0f commit e6676b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_find_pathways_by_xref.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ def test_find_pathways_by_xref():
assert len(pathways) > 0

# find by Xref (again)
pathways = find_pathways_by_xref(identifier="ENSG00000232810", systemCode="En")
pathways = find_pathways_by_xref(identifier="ENSG00000232810", system_code="En")
assert len(pathways) > 0

0 comments on commit e6676b7

Please sign in to comment.