Skip to content

Commit 4564bfe

Browse files
author
Cody Nguyen
committed
Fix static test
1 parent 68a9d96 commit 4564bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/ProductOnlyXLeftInStockTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function testQueryProductOnlyXLeftInStockOutstock()
106106
$productSku = 'simple';
107107
$showOutOfStock = $this->scopeConfig->getValue(Configuration::XML_PATH_SHOW_OUT_OF_STOCK);
108108

109-
$this->resourceConfig>saveConfig(
109+
$this->resourceConfig->saveConfig(
110110
\Magento\CatalogInventory\Model\Configuration::XML_PATH_SHOW_OUT_OF_STOCK,
111111
1,
112112
ScopeConfigInterface::SCOPE_TYPE_DEFAULT

0 commit comments

Comments
 (0)