mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 08:44:04 +00:00
Update TenantManagerTest.php
Remove unnecessary assertion.
This commit is contained in:
parent
7ebe9450fb
commit
17161d7d1a
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue