From e689454684fdccd6b1881928df79bf360cdeaa13 Mon Sep 17 00:00:00 2001 From: kedhammar Date: Thu, 29 Feb 2024 15:35:19 +0100 Subject: [PATCH] fix typo --- tests/analysis/test_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/analysis/test_analysis.py b/tests/analysis/test_analysis.py index 7eb76e14..c372e4f6 100644 --- a/tests/analysis/test_analysis.py +++ b/tests/analysis/test_analysis.py @@ -561,4 +561,4 @@ def test_get_runObj(create_dirs): software = "bcl2fastq" - _run_ojb = analysis.get_runObj(run_path, software) + _run_obj = analysis.get_runObj(run_path, software)