Skip to content

Commit db316fd

Browse files
Fix static
1 parent 53323fa commit db316fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/ProductAlert/Test/Unit/Helper/DataTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ public function testCreateBlockWithException()
132132
{
133133
$invalidBlock = $this->createMock(Product::class);
134134
$this->expectException(LocalizedException::class);
135-
$this->expectExceptionMessage((string)__('Invalid block type: %1')); // @codingStandardsIgnoreLine
136135

137136
$this->helper->createBlock($invalidBlock);
138137
}

0 commit comments

Comments
 (0)