From 836d0e3b3cd8b71b778440eb7119e4835f87b233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 30 Jul 2019 18:05:50 +0200 Subject: [PATCH] rename test class --- tests/TelescopeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TelescopeTest.php b/tests/TelescopeTest.php index 023c2200..2a7f997b 100644 --- a/tests/TelescopeTest.php +++ b/tests/TelescopeTest.php @@ -4,7 +4,7 @@ namespace Stancl\Tenancy\Tests; use Illuminate\Support\Facades\Artisan; -class CacheManagerTest extends TestCase +class TelescopeTest extends TestCase { public function setUp(): void {