mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 00:14:04 +00:00
Update tests/ResourceSyncingTest.php
Co-authored-by: Samuel Štancl <samuel@archte.ch>
This commit is contained in:
parent
3951680a98
commit
818026eaaa
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ test('only the synced columns are updated in the central db', function () {
|
|||
});
|
||||
|
||||
test('creating the resource in tenant database creates it in central database and used custom attributes', function () {
|
||||
// Assert no user in central DB
|
||||
// Assert no user exists in central DB
|
||||
expect(ResourceUser::all())->toHaveCount(0);
|
||||
|
||||
$tenant = ResourceTenant::create();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue