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 9205f7f commit a78a99eCopy full SHA for a78a99e
dev/tests/api-functional/testsuite/Magento/Customer/Api/AsyncBulkAccountManagementTest.php
@@ -129,8 +129,8 @@ public function testMailShouldBeTranslatedToStoreLanguage(): void
129
$this->publisherConsumerController->waitForAsynchronousResult(
130
function (array $data) {
131
return 1 === $this->objectManager->create(Collection::class)
132
- ->addAttributeToFilter('email', ['eq' => $data[0]['customer']['email']])
133
- ->getSize();
+ ->addAttributeToFilter('email', ['eq' => $data[0]['customer']['email']])
+ ->getSize();
134
},
135
[$postData]
136
);
0 commit comments