Skip to content

Commit 8347df1

Browse files
committed
MAGETWO-60045: Images are improperly matched with products
1 parent 003e651 commit 8347df1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Swatches/Test/Unit/Helper/DataTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ protected function setUp()
130130
]
131131
);
132132
$this->objectManager->setBackwardCompatibleProperty(
133-
$this->swatchHelperObject, 'metadataPool',
133+
$this->swatchHelperObject,
134+
'metadataPool',
134135
$this->metaDataPoolMock
135136
);
136137
}

0 commit comments

Comments
 (0)