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

trigger ci

This commit is contained in:
Samuel Štancl 2022-06-01 15:40:44 +02:00 committed by GitHub
parent 911b0e3cbd
commit 7934912393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ class CommandsTest extends TestCase
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('users'));
}