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 65b2562 commit c48592aCopy full SHA for c48592a
app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/ElasticsearchTest.php
@@ -421,7 +421,8 @@ public function testDeleteDocsStackedQueries(): void
421
->method('bulkQuery');
422
$this->assertSame(
423
$this->model,
424
- $this->model->deleteDocs(['1' => 1], 1, 'product'));
+ $this->model->deleteDocs(['1' => 1], 1, 'product')
425
+ );
426
$this->model->enableStackQueriesMode();
427
$this->model->triggerStackedQueries();
428
}
0 commit comments