File tree Expand file tree Collapse file tree
src/test/kotlin/com/ecwid/apiclient/v3/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,15 +215,15 @@ private fun checkField(
215215 }
216216 }
217217 else -> {
218- val updatedDTOFieldClassCorrecterd = if (updatedDTOFieldClass == NullableUpdatedValue ::class .java) {
218+ val updatedDTOFieldClassCorrected = if (updatedDTOFieldClass == NullableUpdatedValue ::class .java) {
219219 (updatedDTOField.genericType as ParameterizedType ).actualTypeArguments[0 ] as Class <* >
220220 } else {
221221 updatedDTOFieldClass
222222 }
223223
224224 checkClassOrPrimitive(
225225 fetchedDTOClass = fetchedDTOFieldClass,
226- updatedDTOClass = updatedDTOFieldClassCorrecterd ,
226+ updatedDTOClass = updatedDTOFieldClassCorrected ,
227227 parentFetchedDTOClass = fetchedDTOClass,
228228 parentUpdatedDTOClass = updatedDTOClass,
229229 fieldName = fieldName,
You can’t perform that action at this time.
0 commit comments