Skip to content

Commit e712a31

Browse files
committed
probe ci
1 parent 3fe9b78 commit e712a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConstructionBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ end
184184
setproperties_object(obj, patch::NamedTuple{()}) = obj
185185

186186
function setproperties_object(obj, patch)
187-
check_properties_are_fields_except_old_julia(obj)::Nothing
187+
#check_properties_are_fields_except_old_julia(obj)::Nothing
188188
nt = getproperties(obj)
189189
nt_new = merge(nt, patch)
190190
check_patch_properties_exist(nt_new, nt, obj, patch)::Nothing

0 commit comments

Comments
 (0)