Skip to content

Commit 87a7a2c

Browse files
Corrected return message from ProductRuleTest.php
1 parent ce5eacd commit 87a7a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/CatalogRule/Model/Indexer/ProductRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function testReindexWithProductNotVisibleIndividually()
6767
$this->assertEquals(
6868
7.5,
6969
$this->resourceRule->getRulePrice(new \DateTime(), 1, 1, $product->getId()),
70-
"Catalog price rule doesn't apply to to product with visibility value \"Not Visibility Individually\""
70+
"Catalog price rule doesn't apply to product with visibility value \"Not Visibility Individually\""
7171
);
7272
}
7373
}

0 commit comments

Comments
 (0)