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()