Skip to content

Commit 2cb1d53

Browse files
committed
Fixed StoreProfileTest - replaced 'ru' country mention
1 parent 0f651f4 commit 2cb1d53

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ class StoreProfileTest : BaseEntityTest() {
8484
email = "email@example.com",
8585
street = "street",
8686
city = "city",
87-
countryCode = "RU",
87+
countryCode = "GE",
8888
postalCode = "postalCode",
8989
phone = "phone",
90-
stateOrProvinceCode = "73"
90+
stateOrProvinceCode = "TB"
9191
),
9292
formatsAndUnits = UpdatedStoreProfile.FormatsAndUnits(
9393
currency = "currency",
@@ -148,8 +148,8 @@ class StoreProfileTest : BaseEntityTest() {
148148
UpdatedStoreProfile.Zone(
149149
id = "zoneId",
150150
name = "Zone name",
151-
countryCodes = listOf("RU", "UA"),
152-
stateOrProvinceCodes = listOf("RU-73", "RU-77"),
151+
countryCodes = listOf("GE", "UA"),
152+
stateOrProvinceCodes = listOf("GE-AJ", "GE-TB"),
153153
postCodes = listOf("123456", "654321")
154154
)
155155
),

0 commit comments

Comments
 (0)