From 588b3355851dccf4c67980879f6f3e35a660037b Mon Sep 17 00:00:00 2001 From: kedhammar Date: Tue, 11 Jun 2024 11:34:55 +0000 Subject: [PATCH] typo --- tests/test_anglerfish/test_demux/test_demux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_anglerfish/test_demux/test_demux.py b/tests/test_anglerfish/test_demux/test_demux.py index df8be85..a910688 100644 --- a/tests/test_anglerfish/test_demux/test_demux.py +++ b/tests/test_anglerfish/test_demux/test_demux.py @@ -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():