We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1cef13 commit eb99b16Copy full SHA for eb99b16
1 file changed
src/test/kotlin/com/ecwid/apiclient/v3/entity/BrandsTest.kt
@@ -52,15 +52,14 @@ class BrandsTest : BaseEntityTest() {
52
53
val productCreateRequest = ProductCreateRequest(
54
newProduct = UpdatedProduct(
55
- name = "Product ${randomAlphanumeric(8)}",
+ name = "Product $i ${randomAlphanumeric(8)}",
56
sku = randomSku,
57
price = price,
58
compareToPrice = 2 * price,
59
enabled = true,
60
quantity = 10,
61
attributes = listOf(
62
AttributeValue.createBrandAttributeValue(randomBrand),
63
- AttributeValue.createUpcAttributeValue("UPC ${randomAlphanumeric(8)}")
64
),
65
options = listOf(
66
ProductOption.createSelectOption(
0 commit comments