Skip to content

Commit abdfcf5

Browse files
committed
BF: leftover mentioning of heuristics/convertall.py
1 parent a800d3e commit abdfcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_populate_bids_templates(tmpdir):
6565
# it should also be available as a command
6666
os.unlink(str(description_file))
6767
runner([
68-
'--command', 'populate-templates', '-f', 'heuristics/convertall.py',
68+
'--command', 'populate-templates', '-f', 'convertall',
6969
'--files', str(tmpdir)
7070
])
7171
assert "something" not in description_file.read()

0 commit comments

Comments
 (0)