Skip to content

Commit

Permalink
Na ja..
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Nov 23, 2023
1 parent a39aa0b commit ebe430f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public function it_implements_the_stockable_interface()
$this->assertEquals(3, $product->totalAvailableQuantity());

$backOrderProduct = MasterProductVariant::create([
'master_product_id' => $this->master->id,
'name' => 'Yokka Mokka Screen 17',
'sku' => 'YMSCR4',
'stock' => -1,
Expand Down

0 comments on commit ebe430f

Please sign in to comment.