Skip to content

Commit 89d157f

Browse files
committed
Fixed broken test DtoContractUnitTest
1 parent 6be2cbc commit 89d157f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/kotlin/com/ecwid/apiclient/v3/rule/nullablepropertyrules/CustomAppRequestRules.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,5 +187,6 @@ val customAppRequestNullablePropertyRules: List<NullablePropertyRule<*, *>> = li
187187
AllowNullable(CustomAppRequest.WholesalePriceEntry::quantity),
188188
AllowNullable(CustomAppRequest::cart),
189189
AllowNullable(CustomAppRequest::merchantAppSettings),
190-
AllowNullable(CustomAppRequest::storeId)
190+
AllowNullable(CustomAppRequest::storeId),
191+
AllowNullable(CustomAppRequest::lang),
191192
)

0 commit comments

Comments
 (0)