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

Change test name

This commit is contained in:
lukinovec 2022-09-20 16:11:54 +02:00
parent 31e30767b4
commit dda3e36ad6

View file

@ -94,7 +94,7 @@ test('migrate command loads schema state', function () {
expect(Schema::hasTable('users'))->toBeTrue(); 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(); Tenant::create();
Event::forget(TenantCreated::class); Event::forget(TenantCreated::class);