Skip to content

Commit 1048d63

Browse files
committed
MAGETWO-58053: [GITHUB] Product image issue with multiple store views Magento 2.1.0 #6259
1 parent c4dc7c3 commit 1048d63

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Gallery/CreateHandlerTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function testExecuteWithImageRoles($image, $smallImage, $swatchImage, $th
101101
);
102102
$this->assertEquals(
103103
$thumbnail,
104-
$resource->getAttributeRawValue($id, $resource->getAttribute('thumbnail'),$storeId)
104+
$resource->getAttributeRawValue($id, $resource->getAttribute('thumbnail'), $storeId)
105105
);
106106
}
107107

@@ -154,11 +154,10 @@ public function testExecuteWithoutImages($image, $smallImage, $swatchImage, $thu
154154
);
155155
$this->assertEquals(
156156
$thumbnail,
157-
$resource->getAttributeRawValue($id, $resource->getAttribute('thumbnail'),$storeId)
157+
$resource->getAttributeRawValue($id, $resource->getAttribute('thumbnail'), $storeId)
158158
);
159159
}
160160

161-
162161
/**
163162
* @return array
164163
*/

0 commit comments

Comments
 (0)