Skip to content

Commit e7463c1

Browse files
authored
Update CompareTest.php
1 parent 7965492 commit e7463c1

File tree

1 file changed

+6
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Controller/Product

1 file changed

+6
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Product/CompareTest.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,12 @@ public function testAddAction()
4848
);
4949

5050
$this->assertSessionMessages(
51-
$this->equalTo(['You added product Simple Product 1 Name to the <a href="http://localhost/index.php/catalog/product_compare/">comparison list</a>.']),
51+
$this->equalTo(
52+
[
53+
'You added product Simple Product 1 Name to the '.
54+
'<a href="http://localhost/index.php/catalog/product_compare/">comparison list</a>.'
55+
]
56+
),
5257
MessageInterface::TYPE_SUCCESS
5358
);
5459

0 commit comments

Comments
 (0)