Skip to content

Commit e868e60

Browse files
committed
Remove unused line
1 parent 18d53e0 commit e868e60

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -691,11 +691,6 @@ public function testProductFilterNfinset()
691691
QUERY;
692692

693693
$response = $this->graphQlQuery($query);
694-
695-
/**
696-
* @var ProductRepositoryInterface $productRepository
697-
*/
698-
$productRepository = ObjectManager::getInstance()->get(ProductRepositoryInterface::class);
699694
$this->assertNotEquals($response['products']['items'][0]['sku'], $productSku);
700695
}
701696

0 commit comments

Comments
 (0)