Skip to content

Commit

Permalink
chore: fix test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Dec 30, 2024
1 parent ec56350 commit 7116964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fgpyo/sam/test_sam.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ def test_set_mate_info_raises_when_second_rec_is_supplementary() -> None:
set_mate_info(r1, r2)


def test_set_mate_info_raises_mimatched_query_names() -> None:
def test_set_mate_info_raises_mismatched_query_names() -> None:
"""Test set_mate_info raises an exception for mismatched query names."""
builder = SamBuilder()
r1 = builder.add_single(name="x", read_num=1)
Expand Down

0 comments on commit 7116964

Please sign in to comment.