mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 00:04:03 +00:00
trigger ci
This commit is contained in:
parent
911b0e3cbd
commit
7934912393
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class CommandsTest extends TestCase
|
||||||
|
|
||||||
tenancy()->initialize($tenant);
|
tenancy()->initialize($tenant);
|
||||||
|
|
||||||
// Check for both tables to see if missing migrations also get executed.
|
// Check for both tables to see if missing migrations also get executed
|
||||||
$this->assertTrue(Schema::hasTable('schema_users'));
|
$this->assertTrue(Schema::hasTable('schema_users'));
|
||||||
$this->assertTrue(Schema::hasTable('users'));
|
$this->assertTrue(Schema::hasTable('users'));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue