Skip to content

Commit 0649b0a

Browse files
committed
Fix tests
1 parent 9b2480c commit 0649b0a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,12 @@ class StoreProfileTest : BaseEntityTest() {
7373
productCondition = ProductCondition.USED,
7474
tikTokPixel = UpdatedStoreProfile.TikTokPixelSettings(
7575
advancedMatching = true
76-
)
76+
),
77+
fbMessengerSettings = UpdatedStoreProfile.FbMessengerSettings(
78+
fbMessengerPageId = "fbMessengerPageId",
79+
fbMessengerThemeColor = "#000000",
80+
fbMessengerMessageUsButtonColor = "#FFFFFF",
81+
),
7782
),
7883
mailNotifications = UpdatedStoreProfile.MailNotifications(
7984
adminNotificationEmails = listOf("admin@example.com", "admin2@example.com"),

0 commit comments

Comments
 (0)