mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:54:05 +00:00
Change test name
This commit is contained in:
parent
31e30767b4
commit
dda3e36ad6
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ test('migrate command loads schema state', function () {
|
|||
expect(Schema::hasTable('users'))->toBeTrue();
|
||||
});
|
||||
|
||||
test('migrate command does not throw exception if tenant does not have a database and skip-failing is passed', function() {
|
||||
test('migrate command only throws exceptions if skip-failing is not passed', function() {
|
||||
Tenant::create();
|
||||
|
||||
Event::forget(TenantCreated::class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue