diff --git a/workflow/tests/test_fastqc.py b/workflow/tests/test_fastqc.py index 6b79d9794d746707aeb9aeeee2bcc6f2a4e13f4e..251d667c644b818c3ac07753ded20645f66a301a 100644 --- a/workflow/tests/test_fastqc.py +++ b/workflow/tests/test_fastqc.py @@ -9,5 +9,5 @@ test_output_path = os.path.dirname(os.path.abspath(__file__)) + \ '/../../' @pytest.mark.fastqc -def test_trimData_se(): +def test_fastqc(): assert os.path.exists(os.path.join(test_output_path, 'Q-Y5JA_1M.R1_fastqc.zip')) \ No newline at end of file