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
12
12
import org.junit.jupiter.api.Assertions.assertTrue
13
13
import org.junit.jupiter.api.BeforeEach
14
14
import org.junit.jupiter.api.Test
15
+ import kotlin.String
15
16
16
17
class StoreProfileTest : BaseEntityTest () {
17
18
@@ -73,7 +74,12 @@ class StoreProfileTest : BaseEntityTest() {
73
74
productCondition = ProductCondition .USED ,
74
75
tikTokPixel = UpdatedStoreProfile .TikTokPixelSettings (
75
76
advancedMatching = true
76
- )
77
+ ),
78
+ fbMessengerSettings = UpdatedStoreProfile .FbMessengerSettings (
79
+ fbMessengerPageId = " fbMessengerPageId" ,
80
+ fbMessengerThemeColor = " #000000" ,
81
+ fbMessengerMessageUsButtonColor = " #FFFFFF" ,
82
+ ),
77
83
),
78
84
mailNotifications = UpdatedStoreProfile .MailNotifications (
79
85
adminNotificationEmails
= listOf (
" [email protected] " ,
" [email protected] " ),
You can’t perform that action at this time.
0 commit comments