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 d0a0093 commit 9dfc236Copy full SHA for 9dfc236
dev/tests/integration/testsuite/Magento/AsynchronousOperations/Model/BulkManagementTest.php
@@ -136,7 +136,7 @@ private function getStoredOperationData()
136
{
137
/** @var MetadataPool $metadataPool */
138
$metadataPool = $this->objectManager->get(MetadataPool::class);
139
- $operationMetadata = $metadataPool->getMetadata(DetailedOperationObStatusInterface::class);
+ $operationMetadata = $metadataPool->getMetadata(DetailedOperationStatusInterface::class);
140
/** @var ResourceConnection $resourceConnection */
141
$resourceConnection = $this->objectManager->get(ResourceConnection::class);
142
$connection = $resourceConnection->getConnectionByName($operationMetadata->getEntityConnectionName());
0 commit comments