Skip to content

Commit a3c391c

Browse files
committed
task vs TASK
1 parent 5b2462c commit a3c391c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nipype/interfaces/dtitk/tests/test_auto_BinThreshTASK.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
22
from __future__ import unicode_literals
3-
from ..utils import BinThreshTASK
3+
from ..utils import BinThreshTask
44

55

6-
def test_BinThreshTASK_inputs():
6+
def test_BinThreshTask_inputs():
77
input_map = dict(
88
args=dict(argstr='%s', ),
99
environ=dict(
@@ -54,14 +54,14 @@ def test_BinThreshTASK_inputs():
5454
position=3,
5555
),
5656
)
57-
inputs = BinThreshTASK.input_spec()
57+
inputs = BinThreshTask.input_spec()
5858

5959
for key, metadata in list(input_map.items()):
6060
for metakey, value in list(metadata.items()):
6161
assert getattr(inputs.traits()[key], metakey) == value
62-
def test_BinThreshTASK_outputs():
62+
def test_BinThreshTask_outputs():
6363
output_map = dict(out_file=dict(), )
64-
outputs = BinThreshTASK.output_spec()
64+
outputs = BinThreshTask.output_spec()
6565

6666
for key, metadata in list(output_map.items()):
6767
for metakey, value in list(metadata.items()):

0 commit comments

Comments
 (0)