Skip to content

Commit 86c17d6

Browse files
Fix static
1 parent 3635465 commit 86c17d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

137137
$this->helper->createBlock($invalidBlock);
138138
}

0 commit comments

Comments
 (0)