Skip to content

Commit c48592a

Browse files
committed
ACP2E-1875: [Magento Cloud] Products incorrectly showed Out of Stock then all products show in stock
- addressed static
1 parent 65b2562 commit c48592a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/ElasticsearchTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,8 @@ public function testDeleteDocsStackedQueries(): void
421421
->method('bulkQuery');
422422
$this->assertSame(
423423
$this->model,
424-
$this->model->deleteDocs(['1' => 1], 1, 'product'));
424+
$this->model->deleteDocs(['1' => 1], 1, 'product')
425+
);
425426
$this->model->enableStackQueriesMode();
426427
$this->model->triggerStackedQueries();
427428
}

0 commit comments

Comments
 (0)