diff --git a/dev/tests/integration/testsuite/Magento/Reports/Model/ResourceModel/Product/Lowstock/CollectionTest.php b/dev/tests/integration/testsuite/Magento/Reports/Model/ResourceModel/Product/Lowstock/CollectionTest.php index ab453be83227c..bdd0dfac712a9 100644 --- a/dev/tests/integration/testsuite/Magento/Reports/Model/ResourceModel/Product/Lowstock/CollectionTest.php +++ b/dev/tests/integration/testsuite/Magento/Reports/Model/ResourceModel/Product/Lowstock/CollectionTest.php @@ -39,7 +39,6 @@ public function testFilterByProductTypeException() /** * Assert that String argument passed to filterByProductType method is correctly passed to attribute adder * - * @expectedException \Magento\Framework\Exception\LocalizedException */ public function testFilterByProductTypeString() { @@ -51,7 +50,6 @@ public function testFilterByProductTypeString() /** * Assert that Array argument passed to filterByProductType method is correctly passed to attribute adder * - * @expectedException \Magento\Framework\Exception\LocalizedException */ public function testFilterByProductTypeArray() {