Skip to content

Commit 77acfaa

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-992 Allow Multiple Boxes for Shipping attribute is not saving value - Product Edit
1 parent 225d635 commit 77acfaa

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization/StockDataFilterTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,6 @@ public function testFilter(array $inputStockData, array $outputStockData)
6565
$this->assertEquals($outputStockData, $this->stockDataFilter->filter($inputStockData));
6666
}
6767

68-
/**
69-
* Verify update handle with exception.
70-
*/
71-
public function testExecuteWithException(): void
72-
{
73-
$this->expectException('\Exception');
74-
$this->expectExceptionMessage('Please select Advanced Inventory -> Qty Uses Decimals as YES.');
75-
$this->stockDataFilter->filter(['is_qty_decimal' => 0, 'is_decimal_divided' => 1]);
76-
}
77-
7868
/**
7969
* Data provider for testFilter
8070
*

0 commit comments

Comments
 (0)