From 431ae35edf675e36a234e6edb20a38c868dce358 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 14 Sep 2023 20:30:00 +1000 Subject: [PATCH] Reinit livewire tests --- tests/Feature/ClientPortal/CreditsTest.php | 2 +- tests/Feature/ClientPortal/InvoicesTest.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Feature/ClientPortal/CreditsTest.php b/tests/Feature/ClientPortal/CreditsTest.php index b3c82a18c489..ce401c2986bc 100644 --- a/tests/Feature/ClientPortal/CreditsTest.php +++ b/tests/Feature/ClientPortal/CreditsTest.php @@ -41,7 +41,7 @@ class CreditsTest extends TestCase $this->faker = Factory::create(); $this->buildCache(true); - $this->markTestSkipped(''); + } public function testShowingOnlyCreditsWithDueDateLessOrEqualToNow() diff --git a/tests/Feature/ClientPortal/InvoicesTest.php b/tests/Feature/ClientPortal/InvoicesTest.php index c6927e2b9f0b..e56d4b76a161 100644 --- a/tests/Feature/ClientPortal/InvoicesTest.php +++ b/tests/Feature/ClientPortal/InvoicesTest.php @@ -38,7 +38,6 @@ class InvoicesTest extends TestCase $this->faker = Factory::create(); $this->buildCache(true); - $this->markTestSkipped(''); } public function testInvoiceTableFilters()