Skip to content

Commit 26fdaa8

Browse files
committed
Fix tests
1 parent 9b2480c commit 26fdaa8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import org.junit.jupiter.api.Assertions.assertEquals
1212
import org.junit.jupiter.api.Assertions.assertTrue
1313
import org.junit.jupiter.api.BeforeEach
1414
import org.junit.jupiter.api.Test
15+
import kotlin.String
1516

1617
class 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("[email protected]", "[email protected]"),

0 commit comments

Comments
 (0)