Skip to content

Commit

Permalink
ACPT-1643: Fix Inventory salable performance issue
Browse files Browse the repository at this point in the history
- Fix static tests;
  • Loading branch information
adifucan committed Nov 14, 2023
1 parent b2e0d91 commit 98e9013
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ public function productSalabilityDataProvider(): array
];
}


public function testNoProductsAreSalable()
{
$products = $this->createProducts(['sku1' => false, 'sku2' => false]);
Expand All @@ -154,7 +153,6 @@ public function testEmptyProductsArray()
$this->assertEmpty($result);
}


private function createProducts(array $productData): array
{
return array_map(function ($sku, $isSalable) {
Expand Down

0 comments on commit 98e9013

Please sign in to comment.