From 645546fa4b648e281c3c349ae90cb11dc6e1df63 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Tue, 4 Feb 2020 08:27:44 -0600 Subject: [PATCH] Fix fastqc pytest name --- workflow/tests/test_fastqc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/tests/test_fastqc.py b/workflow/tests/test_fastqc.py index 6b79d97..251d667 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 -- GitLab