Skip to content

Commit 3cb260f

Browse files
committed
BF(TST): test data path
1 parent 3fcb865 commit 3cb260f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_heuristics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_dbic_bids_largely_smoke(tmpdir, heuristic, invocation):
9191

9292
@pytest.mark.parametrize(
9393
'invocation', [
94-
"--files %s/data" % TESTS_DATA_PATH, # our new way with automated groupping
94+
"--files %s" % TESTS_DATA_PATH, # our new way with automated groupping
9595
])
9696
def test_scans_keys_dbic_bids(tmpdir, invocation):
9797
args = "-f %s/dbic_bids.py -c dcm2niix -o %s -b " % (HEURISTICS_PATH, tmpdir)

0 commit comments

Comments
 (0)