Skip to content

Commit 36174c6

Browse files
committed
correct unit test issue 25072
1 parent e075022 commit 36174c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Unit/Model/Order/Email/Container/InvoiceCommentIdentityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function testGetEmailCopyToWithSpaceEmail()
8787
$this->equalTo(\Magento\Store\Model\ScopeInterface::SCOPE_STORE),
8888
$this->equalTo($this->storeId)
8989
)
90-
->will($this->returnValue('test_value,test_value2'));
90+
->will($this->returnValue('test_value, test_value2'));
9191
$this->identity->setStore($this->storeMock);
9292
$result = $this->identity->getEmailCopyTo();
9393
$this->assertEquals(['test_value', 'test_value2'], $result);

0 commit comments

Comments
 (0)