Skip to content

Commit 5f43c0c

Browse files
committed
ACP2E-3236: addressed PR comments, reverted en_US.csv collect-phrases, added missing phrase manually
1 parent 9d9513a commit 5f43c0c

File tree

2 files changed

+118
-160
lines changed

2 files changed

+118
-160
lines changed

app/code/Magento/Catalog/Test/Unit/Model/ProductRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@ public function testSaveExistingWithMediaGalleryEntries(): void
15741574
*/
15751575
public function testSaveCouldNotSaveException(): void
15761576
{
1577-
$this->expectException('Magento\Framework\Exception\CouldNotSaveException');
1577+
$this->expectException(\Magento\Framework\Exception\CouldNotSaveException::class);
15781578
$productData = [
15791579
'name' => 'Simple Product',
15801580
'price' => 100

0 commit comments

Comments
 (0)