Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jun 11, 2024
1 parent 3b4e003 commit 588b335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_anglerfish/test_demux/test_demux.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def test_parse_paf_lines_complex(fixture):
assert paf_lines_complex == expected_complex


def test_parse_cd(fixture):
def test_parse_cs(fixture):
paf_lines_simple = to_test.parse_paf_lines(fixture["paf_single"])

for read_name, alignments in paf_lines_simple.items():
Expand Down

0 comments on commit 588b335

Please sign in to comment.