Skip to content

Commit 864f742

Browse files
authored
Update ProductRuleTest.php
1 parent 2513062 commit 864f742

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 ap 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)