Skip to content

Commit

Permalink
Update colour chemistry test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhbnr committed Feb 9, 2025
1 parent a046a45 commit c47d7da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit c47d7da

Please sign in to comment.