Skip to content

Commit 7f44e66

Browse files
author
Ben Robie
committed
Correcting code to conform with static code testing.
#9931
1 parent 0f1b58f commit 7f44e66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Catalog/Test/Unit/Block/Product/View/GalleryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ public function testGetGalleryImagesJsonWithoutLabel()
9898
$json = $this->model->getGalleryImagesJson();
9999
$decodedJson = json_decode($json, true);
100100
$this->assertEquals('test_product_name', $decodedJson[0]['caption']);
101-
102101
}
103102

104103
private function prepareGetGalleryImagesJsonMocks($hasLabel = true)

0 commit comments

Comments
 (0)