diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/r_qtl/test_r_qtl2_qc.py | 3 |
1 files changed, 1 insertions, 2 deletions
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( |