Skip to content

Commit b12d2cb

Browse files
committed
fix test
1 parent d1a5d88 commit b12d2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qp_spades/tests/test_spades.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ def test_spades(self):
176176
self.assertTrue(success)
177177
self.assertEqual(1, len(ainfo))
178178
self.assertEqual(ainfo[0].files,
179-
[(f'{out_dir}/S22205_S104/S22205_S104.fasta',
179+
[(f'{out_dir}/S22205_S104/1.SKB8.640193.fasta',
180180
'preprocessed_fasta'),
181-
(f'{out_dir}/S22282_S102/S22282_S102.fasta',
181+
(f'{out_dir}/S22282_S102/1.SKD8.640184.fasta',
182182
'preprocessed_fasta')])
183183

184184

0 commit comments

Comments
 (0)