File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Helper/Product Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ public function testPrepareAndRender()
120
120
}
121
121
122
122
/**
123
- * @expectedException \Magento\Framework\Model\ Exception
123
+ * @expectedException \Magento\Framework\Exception\NoSuchEntityException
124
124
* @magentoAppIsolation enabled
125
125
*/
126
126
public function testPrepareAndRenderWrongController ()
@@ -132,7 +132,7 @@ public function testPrepareAndRenderWrongController()
132
132
133
133
/**
134
134
* @magentoAppIsolation enabled
135
- * @expectedException \Magento\Framework\Model\ Exception
135
+ * @expectedException \Magento\Framework\Exception\NoSuchEntityException
136
136
*/
137
137
public function testPrepareAndRenderWrongProduct ()
138
138
{
You can’t perform that action at this time.
0 commit comments