Skip to content

Commit 6ccee76

Browse files
authored
Update Test/Integration/Search/SearchTest.php
switch to $this->objectManager
1 parent a24b02f commit 6ccee76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Integration/Search/SearchTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function setUp(): void
2222
parent::setUp();
2323

2424
$this->productIndexer = $this->objectManager->get(Product::class);
25-
$this->helper = $this->getObjectManager()->create(Data::class);
25+
$this->helper = $this->objectManager->create(Data::class);
2626

2727
$this->productIndexer->executeFull();
2828
$this->algoliaHelper->waitLastTask();

0 commit comments

Comments
 (0)