diff --git a/workflow/tests/test_motif_search.py b/workflow/tests/test_motif_search.py index 5f12ac08d703e8fb7f68772f9d5a0e8a070fb13c..345c77ef0fe2c3f0009d83082b106e8eb039d3c2 100644 --- a/workflow/tests/test_motif_search.py +++ b/workflow/tests/test_motif_search.py @@ -39,4 +39,4 @@ def test_limited_peaks_pairedend(): def test_motif_search_pairedend(): assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA_memechip', 'ENCSR729LGA.fa')) assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA_memechip', 'index.html')) - assert os.path.getsize(os.path.join(test_output_path, 'ENCSR238SGC_memechip', 'ENCSR729LGA.fa')) > 0 + assert os.path.getsize(os.path.join(test_output_path, 'ENCSR729LGA_memechip', 'ENCSR729LGA.fa')) > 0