mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-16 06:24:03 +00:00
comments
This commit is contained in:
parent
3814bf2183
commit
3951680a98
2 changed files with 3 additions and 4 deletions
|
|
@ -150,7 +150,7 @@ test('creating the resource in tenant database creates it in central database an
|
|||
|
||||
tenancy()->end();
|
||||
|
||||
// Asset user was created
|
||||
// assert user was created
|
||||
expect(CentralUser::first()->global_id)->toBe('acme');
|
||||
});
|
||||
|
||||
|
|
@ -552,7 +552,7 @@ function creatingResourceInTenantDatabaseCreatesAndMapInCentralDatabase()
|
|||
|
||||
tenancy()->end();
|
||||
|
||||
// Asset user was created
|
||||
// Assert user was created
|
||||
expect(CentralUser::first()->global_id)->toBe('acme');
|
||||
expect(CentralUser::first()->role)->toBe('commenter');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue