Skip to content

Commit a78a99e

Browse files
committed
AC-14363: Investigate failure due to symfony/mailer in test AsyncBulkAccountManagementTest|Format Code
1 parent 9205f7f commit a78a99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/Customer/Api/AsyncBulkAccountManagementTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ public function testMailShouldBeTranslatedToStoreLanguage(): void
129129
$this->publisherConsumerController->waitForAsynchronousResult(
130130
function (array $data) {
131131
return 1 === $this->objectManager->create(Collection::class)
132-
->addAttributeToFilter('email', ['eq' => $data[0]['customer']['email']])
133-
->getSize();
132+
->addAttributeToFilter('email', ['eq' => $data[0]['customer']['email']])
133+
->getSize();
134134
},
135135
[$postData]
136136
);

0 commit comments

Comments
 (0)