Skip to content

Commit 9665181

Browse files
akaashakaash
authored andcommitted
PR Feedback on comment
1 parent 4b8970d commit 9665181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/ConfigurableProduct/Controller/Adminhtml/Product/Attribute/UpdateProductAttributeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function testAttributeWithBackendTypeHasSameValueInFrontendClass()
6767
// Save the attribute.
6868
$this->productAttributeRepository->save($attribute);
6969

70-
// Check that the frontend_class was updated correctly.
70+
// Check that the value of the frontend_class changed or not.
7171
try {
7272
$skuAttribute = $this->eavConfig->getAttribute('catalog_product', 'sku');
7373
$this->assertEquals($expectedFrontEndClass, $skuAttribute->getFrontendClass());

0 commit comments

Comments
 (0)