Skip to content

Commit 47fdb4c

Browse files
MC-20660: Admin: Assign/delete image(s) from simple product in single/multiple store views mode
1 parent 8d0b834 commit 47fdb4c

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Attribute

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public function testSaveWithRemovedGroup(): void
177177
$this->attributeSetResource->save($set);
178178
$this->assertNull(
179179
$this->getAttributeGroup('Design'),
180-
'Group Design wan\'t deleted.'
180+
'Group "Design" wan\'t deleted.'
181181
);
182182
$unusedSetAttributes = $this->getSetExcludedAttributes((int)$set->getAttributeSetId());
183183
$designAttributeCodes = ['page_layout', 'options_container', 'custom_layout_update'];

0 commit comments

Comments
 (0)