diff --git a/tests/test_core.py b/tests/test_core.py index 942f3cf..232cfe3 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -7,8 +7,8 @@ def test_get_colour_chemistry(): - assert get_colour_chemistry("hiseq") == 4 - assert get_colour_chemistry("novaseq") == 2 + assert get_colour_chemistry("Illumina HiSeq 2500") == 4 + assert get_colour_chemistry("Illumina NovaSeq 6000") == 2 def test_doi2bib():