1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 06:04:03 +00:00

Update TenantManagerTest.php

Remove unnecessary assertion.
This commit is contained in:
Chris Brown 2019-10-17 13:08:28 -04:00 committed by GitHub
parent 7ebe9450fb
commit 17161d7d1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 */