Skip to content

Commit 57f5371

Browse files
author
Alex Bomko
committed
MAGETWO-51072: Changing Swatch attribute's property doesn't affect storefront
1 parent 840d792 commit 57f5371

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/code/Magento/Swatches/Plugin/Catalog/CacheInvalidate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ public function afterSave(
4545
}
4646
return $result;
4747
}
48-
4948
}

app/code/Magento/Swatches/Test/Unit/Plugin/Catalog/CacheInvalidateTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class CacheInvalidateTest extends \PHPUnit_Framework_TestCase
2121
* @var \Magento\Catalog\Model\ResourceModel\Eav\Attribute | \PHPUnit_Framework_MockObject_MockObject
2222
*/
2323
private $attribute;
24+
2425
/**
2526
* @var \Magento\Swatches\Plugin\Catalog\CacheInvalidate
2627
*/

0 commit comments

Comments
 (0)