File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
src/test/kotlin/com/ecwid/apiclient/v3/entity Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import org.junit.jupiter.api.Assertions.assertEquals
1212import org.junit.jupiter.api.Assertions.assertTrue
1313import org.junit.jupiter.api.BeforeEach
1414import org.junit.jupiter.api.Test
15+ import kotlin.String
1516
1617class StoreProfileTest : BaseEntityTest () {
1718
@@ -73,7 +74,12 @@ class StoreProfileTest : BaseEntityTest() {
7374 productCondition = ProductCondition .USED ,
7475 tikTokPixel = UpdatedStoreProfile .TikTokPixelSettings (
7576 advancedMatching = true
76- )
77+ ),
78+ fbMessengerSettings = UpdatedStoreProfile .FbMessengerSettings (
79+ fbMessengerPageId = " fbMessengerPageId" ,
80+ fbMessengerThemeColor = " #000000" ,
81+ fbMessengerMessageUsButtonColor = " #FFFFFF" ,
82+ ),
7783 ),
7884 mailNotifications = UpdatedStoreProfile .MailNotifications (
7985 adminNotificationEmails = listOf (" admin@example.com" , " admin2@example.com" ),
You can’t perform that action at this time.
0 commit comments