Skip to content

Commit 8cf804f

Browse files
birajsthashnizzedy
andauthored
Update CPAC/pipeline/test/test_schema_validation.py
Co-authored-by: Jon Cluce <[email protected]>
1 parent a8adeb4 commit 8cf804f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPAC/pipeline/test/test_schema_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def test_overwrite_transform(registration_using):
136136
}
137137
}
138138
}
139-
if "FSL" not in registration_using:
139+
if "ANTS" in registration_using:
140140
Configuration(d) # validates without exception
141141
else:
142142
with pytest.raises(ExclusiveInvalid) as e:

0 commit comments

Comments
 (0)