Skip to content
Snippets Groups Projects
Commit 0b8ee009 authored by vpaladiychuk's avatar vpaladiychuk
Browse files

MAGETWO-34878: PR and cleanup

parent 1ce280ec
Branches
No related merge requests found
......@@ -372,7 +372,7 @@ class UpdateItemOptionsTest extends \PHPUnit_Framework_TestCase
->expects($this->once())
->method('addSuccess')
->with('Test name has been updated in your wish list.', null)
->willThrowException(new \Magento\Framework\Exception\LocalizedException('error-message'));
->willThrowException(new \Magento\Framework\Exception\LocalizedException(__('error-message')));
$this->messageManager
->expects($this->once())
->method('addError')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment