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 18d53e0 commit e868e60Copy full SHA for e868e60
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductViewTest.php
@@ -691,11 +691,6 @@ public function testProductFilterNfinset()
691
QUERY;
692
693
$response = $this->graphQlQuery($query);
694
-
695
- /**
696
- * @var ProductRepositoryInterface $productRepository
697
- */
698
- $productRepository = ObjectManager::getInstance()->get(ProductRepositoryInterface::class);
699
$this->assertNotEquals($response['products']['items'][0]['sku'], $productSku);
700
}
701
0 commit comments