Skip to content

Commit

Permalink
fix __repr__
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Raimundo committed Apr 4, 2024
1 parent a23106d commit a2b799d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_missing_version():

def test_repr():
result = repr(gf.ensembl.annotation("Hsapiens", 108))
expected = "EnsemblDB(organism='Homo sapiens', ensembl_release='108')"
expected = "EnsemblDB(organism='Homo sapiens', ensembl_release='108', genome_build='GRCh38')"

assert result == expected

Expand Down

0 comments on commit a2b799d

Please sign in to comment.