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

remove group

This commit is contained in:
Abrar Ahmad 2022-11-04 17:42:30 +05:00 committed by GitHub
parent a89d5bd5fa
commit 15fa0b6157
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -800,7 +800,7 @@ test('resources are synced only when sync is enabled', function () {
expect(ResourceUser::all())->toHaveCount(0); expect(ResourceUser::all())->toHaveCount(0);
expect(ResourceUser::whereGlobalId('acme')->first())->toBeNull(); expect(ResourceUser::whereGlobalId('acme')->first())->toBeNull();
}); });
})->group('current'); });
/** /**
* Create two tenants and run migrations for those tenants. * Create two tenants and run migrations for those tenants.