Skip to content

Commit 83844ad

Browse files
committed
changing hash in test_core
1 parent 7871798 commit 83844ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/base/tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def __init__(self, **inputs):
174174
assert {} == check_dict(data_dict, tsthash2.inputs.get_traitsfree())
175175

176176
_, hashvalue = tsthash.inputs.get_hashval(hash_method='timestamp')
177-
assert '269f084898fab793e270f9d6de7ef0c2' == hashvalue
177+
assert '8562a5623562a871115eb14822ee8d02' == hashvalue
178178

179179

180180
class MinVerInputSpec(nib.TraitedSpec):

0 commit comments

Comments
 (0)