From 17161d7d1a50a58b1555a2dc45a70ea63ab56f2b Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Thu, 17 Oct 2019 13:08:28 -0400 Subject: [PATCH] Update TenantManagerTest.php Remove unnecessary assertion. --- tests/TenantManagerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TenantManagerTest.php b/tests/TenantManagerTest.php index 0df03337..f469972a 100644 --- a/tests/TenantManagerTest.php +++ b/tests/TenantManagerTest.php @@ -237,7 +237,6 @@ class TenantManagerTest extends TestCase $tenant2 = Tenant::create(['bar.localhost']); tenancy()->initialize($tenant2); $this->assertTrue(\Schema::hasTable('users')); - $this->assertCount(0, \DB::select('select * from users')); } /** @test */