Reinit livewire tests

This commit is contained in:
David Bomba 2023-09-14 20:30:00 +10:00
parent f9cb8409a0
commit 431ae35edf
2 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,7 @@ class CreditsTest extends TestCase
$this->faker = Factory::create();
$this->buildCache(true);
$this->markTestSkipped('');
}
public function testShowingOnlyCreditsWithDueDateLessOrEqualToNow()

View File

@ -38,7 +38,6 @@ class InvoicesTest extends TestCase
$this->faker = Factory::create();
$this->buildCache(true);
$this->markTestSkipped('');
}
public function testInvoiceTableFilters()