From 669417a9715b98cc892ac60e4db297cbb45bc0ae Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Mon, 13 Nov 2023 11:31:07 -0500 Subject: [PATCH] Update tests.py --- aslprep/tests/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aslprep/tests/tests.py b/aslprep/tests/tests.py index 3bdd5889f..cceacda99 100644 --- a/aslprep/tests/tests.py +++ b/aslprep/tests/tests.py @@ -29,7 +29,7 @@ def mock_config(): config.execution.work_dir = Path(mkdtemp()) config.execution.bids_dir = Path(pkgrf("aslprep", "tests/data/ds000240")).absolute() - raise Exception(os.path.listdir(config.execution.bids_dir)) + raise Exception(os.listdir(config.execution.bids_dir)) config.execution.init() yield