Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Nov 1, 2024
1 parent e204d58 commit 2974684
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/Models/ProductTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@ public function test_a_product_belongs_to_tax_rates(): void
$this->assertTrue($this->product->taxRates->contains($taxRate));
}

public function test_(): void
{
$this->assertTrue(true);
}

public function test_product_interacts_with_stock(): void
{
$this->assertTrue(true);
Expand Down

0 comments on commit 2974684

Please sign in to comment.