Skip to content

Commit eb7756f

Browse files
author
mvgreen
committed
Merge remote-tracking branch 'origin/master' into generalize_nested_classes
2 parents 45ed2fc + 2442614 commit eb7756f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/test/kotlin/com/ecwid/apiclient/v3/entity/CategoriesTest.kt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,17 @@ private fun generateTestCategory(
537537
),
538538
enabled = enabled,
539539
productIds = productIds,
540-
isSampleCategory = false
540+
isSampleCategory = false,
541+
seoTitle = "",
542+
seoTitleTranslated = LocalizedValueMap(
543+
"ru" to "",
544+
"en" to ""
545+
),
546+
seoDescription = "",
547+
seoDescriptionTranslated = LocalizedValueMap(
548+
"ru" to "",
549+
"en" to ""
550+
)
541551
)
542552
}
543553

0 commit comments

Comments
 (0)