Skip to content

Commit

Permalink
Update center name for run ERR550803
Browse files Browse the repository at this point in the history
  • Loading branch information
martinghunt committed Nov 27, 2023
1 parent b678cbe commit 589c2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/clockwork/tests/ena_downloader_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_ena_run_to_sample_and_instrument_model(self):
)
self.assertEqual("SAMEA2533482", got_sample)
self.assertEqual("Illumina HiSeq 2500", got_instrument)
self.assertEqual("FZB", got_center_name)
self.assertEqual("FORSCHUNGSZENTRUM BORSTEL;FZB", got_center_name)

def test_write_import_tsv(self):
"""Test _write_import_tsv"""
Expand Down

0 comments on commit 589c2a4

Please sign in to comment.