Skip to content

Commit 806576a

Browse files
committed
MC-23203: Admin: Simple product with all custom attributes
1 parent ae2416b commit 806576a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Attribute/Save/AbstractAttributeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ protected function setUp()
5555
* @param $productSku
5656
* @return void
5757
*/
58-
public function testSaveText(string $productSku): void
58+
public function testSaveAttribute(string $productSku): void
5959
{
6060
$product = $this->setAttributeValueAndValidate($productSku, $this->getDefaultAttributeValue());
6161
$product = $this->productRepository->save($product);

0 commit comments

Comments
 (0)