Skip to content

Commit f3c387f

Browse files
committed
Fixed static tests warning
1 parent ea0a500 commit f3c387f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/downloadable_product.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@
6262
/** Out of interface */
6363
$product
6464
->setWebsiteIds([1])
65-
->setStockData([
65+
->setStockData(
66+
[
6667
'qty' => 85.5,
6768
'is_in_stock' => true,
6869
'manage_stock' => true,
6970
'is_qty_decimal' => true
70-
]);
71+
]
72+
);
7173

7274
$productRepository->save($product);

0 commit comments

Comments
 (0)