Skip to content

Commit 98e9013

Browse files
committed
ACPT-1643: Fix Inventory salable performance issue
- Fix static tests;
1 parent b2e0d91 commit 98e9013

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

InventoryConfigurableProduct/Test/Unit/Plugin/Model/Product/Type/Configurable/IsSalableOptionPluginTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ public function productSalabilityDataProvider(): array
129129
];
130130
}
131131

132-
133132
public function testNoProductsAreSalable()
134133
{
135134
$products = $this->createProducts(['sku1' => false, 'sku2' => false]);
@@ -154,7 +153,6 @@ public function testEmptyProductsArray()
154153
$this->assertEmpty($result);
155154
}
156155

157-
158156
private function createProducts(array $productData): array
159157
{
160158
return array_map(function ($sku, $isSalable) {

0 commit comments

Comments
 (0)