Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
gawbul committed Nov 22, 2024
1 parent 0a587da commit 6d9a3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ensemblrest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,7 @@ class EnsemblRestHaplotype(EnsemblRest):
"""A class to deal with ensemblrest transcript haplotypes methods"""

@pytest.mark.live
def test_getTranscripsHaplotypes(self) -> None:
def test_getTranscriptHaplotypes(self) -> None:
"""Testing get transcripts Haplotypes GET method"""

curl_cmd = (
Expand Down

0 comments on commit 6d9a3fb

Please sign in to comment.