Skip to content

Commit 0a01180

Browse files
author
Oleksii Korshenko
committed
MAGETWO-64399: [GitHub] [PR] Added missing _() wrap on execption. Fix for issues/8287 #8474
1 parent d5742ed commit 0a01180

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Quote/Test/Unit/Model/Quote/Validator/MinimumOrderAmount/ValidationMessageTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public function testGetMessage()
6262
$storeMock->expects($this->once())->method('getCurrentCurrencyCode')->willReturn($currencyCode);
6363
$this->storeManagerMock->expects($this->once())->method('getStore')->willReturn($storeMock);
6464

65-
6665
$currencyMock = $this->getMock(\Magento\Framework\Currency::class, [], [], '', false);
6766
$this->currencyMock->expects($this->once())
6867
->method('getCurrency')

0 commit comments

Comments
 (0)