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 99d58ef commit 5246b30Copy full SHA for 5246b30
app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization/StockDataFilterTest.php
@@ -72,7 +72,6 @@ public function testExecuteWithException(): void
72
{
73
$this->expectException('\Exception');
74
$this->expectExceptionMessage('Please select Advanced Inventory -> Qty Uses Decimals as YES.');
75
-
76
$this->stockDataFilter->filter(['is_qty_decimal' => 0, 'is_decimal_divided' => 1]);
77
}
78
0 commit comments