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 a24b02f commit 6ccee76Copy full SHA for 6ccee76
Test/Integration/Search/SearchTest.php
@@ -22,7 +22,7 @@ public function setUp(): void
22
parent::setUp();
23
24
$this->productIndexer = $this->objectManager->get(Product::class);
25
- $this->helper = $this->getObjectManager()->create(Data::class);
+ $this->helper = $this->objectManager->create(Data::class);
26
27
$this->productIndexer->executeFull();
28
$this->algoliaHelper->waitLastTask();
0 commit comments