Skip to content

Commit 9396a0c

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

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
@@ -142,4 +142,4 @@ def test_overwrite_transform(registration_using):
142142
else:
143143
with pytest.raises(ExclusiveInvalid) as e:
144144
Configuration(d)
145-
assert "Overwrite transform is found same" in str(e.value)
145+
assert "Overwrite transform method is the same" in str(e.value)

0 commit comments

Comments
 (0)