Skip to content

Commit fa1ed65

Browse files
Corrected a mistake in the text
1 parent c7a8076 commit fa1ed65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class CustomerGroupsTest : BaseEntityTest() {
115115

116116
private fun generateTestCustomerGroup(): UpdatedCustomerGroup {
117117
return UpdatedCustomerGroup(
118-
name = "$$TEST_CUSTOMER_GROUP " + randomAlphanumeric(8)
118+
name = "$TEST_CUSTOMER_GROUP " + randomAlphanumeric(8)
119119
)
120120
}
121121

0 commit comments

Comments
 (0)