Skip to content

Commit eb99b16

Browse files
committed
ECWID-153684 - fixed DETEKT.
1 parent e1cef13 commit eb99b16

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,14 @@ class BrandsTest : BaseEntityTest() {
5252

5353
val productCreateRequest = ProductCreateRequest(
5454
newProduct = UpdatedProduct(
55-
name = "Product ${randomAlphanumeric(8)}",
55+
name = "Product $i ${randomAlphanumeric(8)}",
5656
sku = randomSku,
5757
price = price,
5858
compareToPrice = 2 * price,
5959
enabled = true,
6060
quantity = 10,
6161
attributes = listOf(
6262
AttributeValue.createBrandAttributeValue(randomBrand),
63-
AttributeValue.createUpcAttributeValue("UPC ${randomAlphanumeric(8)}")
6463
),
6564
options = listOf(
6665
ProductOption.createSelectOption(

0 commit comments

Comments
 (0)