mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 21:14:03 +00:00
remove group
This commit is contained in:
parent
a89d5bd5fa
commit
15fa0b6157
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue