Skip to content

Commit 547816c

Browse files
committed
Merge remote-tracking branch 'origin/MC-33071-CE-4' into MC-33071
2 parents d651d50 + dffd73a commit 547816c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GroupedProduct/Api/ProductLinkTypeListTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testGetItems()
3434
* Validate that product type links provided by Magento_GroupedProduct module are present
3535
*/
3636
$expectedItems = ['name' => 'associated', 'code' => Link::LINK_TYPE_GROUPED];
37-
$this->assertContains($expectedItems, $actual);
37+
$this->assertContainsEquals($expectedItems, $actual);
3838
}
3939

4040
public function testGetItemAttributes()

0 commit comments

Comments
 (0)