Skip to content

Commit 4565624

Browse files
author
Yaroslav Onischenko
committed
MAGETWO-51072: Changing Swatch attribute's property doesn't affect storefront
1 parent baffde0 commit 4565624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ public function testAfterSaveNotSwatch()
7878
$this->typeList->expects($this->never())->method('invalidate');
7979
$this->assertSame($this->attribute, $this->cacheInvalidate->afterSave($this->attribute, $this->attribute));
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)