Skip to content

Commit ae0e2bc

Browse files
committed
Fixed DtoContractUnitTest
1 parent 786ef4a commit ae0e2bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ val fetchedStoreProfileNullablePropertyRules: List<NullablePropertyRule<*, *>> =
5656
IgnoreNullable(FetchedStoreProfile.DefaultPostageDimensions::width),
5757
AllowNullable(FetchedStoreProfile.DesignSettings::breadcrumbsHaveHomeItem),
5858
AllowNullable(FetchedStoreProfile.DesignSettings::breadcrumbsHomeUrl),
59+
AllowNullable(FetchedStoreProfile.DesignSettings::breadcrumbsSeparator),
5960
AllowNullable(FetchedStoreProfile.DesignSettings::cartWidgetFixed),
6061
AllowNullable(FetchedStoreProfile.DesignSettings::cartWidgetFixedPosition),
6162
AllowNullable(FetchedStoreProfile.DesignSettings::cartWidgetFixedShape),

0 commit comments

Comments
 (0)