Skip to content
Snippets Groups Projects
Commit 91f63824 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

TEST: Wrong exe name

parent 69dcb84e
No related branches found
No related tags found
No related merge requests found
...@@ -641,6 +641,6 @@ def test_randomise(): ...@@ -641,6 +641,6 @@ def test_randomise():
def test_get_standard(): def test_get_standard():
with testenv('get_standard') as exe: with testenv('fsl_get_standard') as exe:
assert fw.get_standard('brain', 'T1') == f'{exe} brain T1' assert fw.get_standard('brain', 'T1') == f'{exe} brain T1'
assert fw.get_standard('whole_head', r=2) == f'{exe} whole_head -r 2' assert fw.get_standard('whole_head', r=2) == f'{exe} whole_head -r 2'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment