Skip to content

Commit f5fedfc

Browse files
Fixed static test failures
1 parent 0ff8885 commit f5fedfc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2336,7 +2336,6 @@ public function testProductPartialSkuFullTextSearchQuery(): void
23362336
}
23372337
QUERY;
23382338
$prod1 = $this->productRepository->get('prd1sku');
2339-
$prod2 = $this->productRepository->get('prd2-sku2');
23402339
$response = $this->graphQlQuery($query);
23412340
$this->assertEquals(1, $response['products']['total_count']);
23422341

@@ -2370,7 +2369,6 @@ public function testProductPartialSkuFullTextSearchQuery(): void
23702369
*/
23712370
public function testProductPartialSkuHyphenatedFullTextSearchQuery(): void
23722371
{
2373-
$prod2 = $this->productRepository->get('prd2-sku2');
23742372
$textToSearch = 'sku2';
23752373
$query
23762374
= <<<QUERY

0 commit comments

Comments
 (0)