From 949ea71eb721a3f5bdff3ba10f7dd7c70899d560 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 5 Feb 2024 12:11:43 +0300 Subject: Fix linting and type errors. --- tests/r_qtl/test_r_qtl2_qc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/r_qtl/test_r_qtl2_qc.py b/tests/r_qtl/test_r_qtl2_qc.py index 5fcccf5..9b19ae2 100644 --- a/tests/r_qtl/test_r_qtl2_qc.py +++ b/tests/r_qtl/test_r_qtl2_qc.py @@ -47,8 +47,7 @@ def test_bundle_files_list(filepath, expected): THEN: verify that ALL files listed in the control file are returned. """ with ZipFile(Path(filepath).absolute(), "r") as zfile: - assert qc.bundle_files_list( - zfile, rqtl2.control_data(zfile)) == expected + assert qc.bundle_files_list(rqtl2.control_data(zfile)) == expected @pytest.mark.unit_test @pytest.mark.parametrize( -- cgit v1.2.3