mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 17:14:03 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
1df2b9d66d
commit
646034014b
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ class TenantManagerTest extends TestCase
|
|||
tenancy()->initialize($tenant);
|
||||
|
||||
Queue::assertPushed(QueuedTenantDatabaseMigrator::class);
|
||||
|
||||
|
||||
$this->assertFalse(\Schema::hasTable('users'));
|
||||
(new QueuedTenantDatabaseMigrator($tenant))->handle();
|
||||
$this->assertTrue(\Schema::hasTable('users'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue