We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e075022 commit 36174c6Copy full SHA for 36174c6
app/code/Magento/Sales/Test/Unit/Model/Order/Email/Container/InvoiceCommentIdentityTest.php
@@ -87,7 +87,7 @@ public function testGetEmailCopyToWithSpaceEmail()
87
$this->equalTo(\Magento\Store\Model\ScopeInterface::SCOPE_STORE),
88
$this->equalTo($this->storeId)
89
)
90
- ->will($this->returnValue('test_value,test_value2'));
+ ->will($this->returnValue('test_value, test_value2'));
91
$this->identity->setStore($this->storeMock);
92
$result = $this->identity->getEmailCopyTo();
93
$this->assertEquals(['test_value', 'test_value2'], $result);
0 commit comments