Skip to content

Commit

Permalink
Update test for new resources
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Aug 30, 2023
1 parent 5bc5d89 commit f4cd97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/tests/test_uniprot_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_get_gene_name_no_gene_name():

def test_get_gene_name_multiple_gene_names():
gene_name = uniprot_client.get_gene_name('Q5VWM5')
assert gene_name == 'PRAMEF9'
assert gene_name == 'PRAMEF15'


def test_is_human():
Expand Down

0 comments on commit f4cd97f

Please sign in to comment.