Skip to content

Commit 9d75cdf

Browse files
committed
tst: check if error happens
1 parent a3937de commit 9d75cdf

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
@@ -53,7 +53,7 @@ def test_dbic_bids_largely_smoke(tmpdir, heuristic, invocation):
5353
head = ds.repo.get_hexsha()
5454

5555
# and if we rerun -- should fail
56-
if heuristic != 'dbic_bids' and invocation != 'tests/data':
56+
if heuristic != 'dbic_bids' and invocation != '--files tests/data':
5757
# those guys -- they just plow through it ATM without failing, i.e.
5858
# the logic is to reprocess
5959
runner(args)

0 commit comments

Comments
 (0)