diff --git a/src/test/kotlin/com/ecwid/apiclient/v3/entity/CustomerGroupsTest.kt b/src/test/kotlin/com/ecwid/apiclient/v3/entity/CustomerGroupsTest.kt index fe7b096b1..a4145afaa 100644 --- a/src/test/kotlin/com/ecwid/apiclient/v3/entity/CustomerGroupsTest.kt +++ b/src/test/kotlin/com/ecwid/apiclient/v3/entity/CustomerGroupsTest.kt @@ -115,7 +115,7 @@ class CustomerGroupsTest : BaseEntityTest() { private fun generateTestCustomerGroup(): UpdatedCustomerGroup { return UpdatedCustomerGroup( - name = "$$TEST_CUSTOMER_GROUP " + randomAlphanumeric(8) + name = "$TEST_CUSTOMER_GROUP " + randomAlphanumeric(8) ) }