mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 07:54:03 +00:00
Update ResourceSyncingTest.php
This commit is contained in:
parent
aec73f28b4
commit
60e434fcf0
1 changed files with 2 additions and 2 deletions
|
|
@ -591,8 +591,8 @@ class ResourceSyncingTest extends TestCase
|
||||||
'role' => 'superadmin', // unsynced
|
'role' => 'superadmin', // unsynced
|
||||||
]);
|
]);
|
||||||
|
|
||||||
//$this->assertCount(1, $tenant->users()->get());
|
$this->assertCount(0, $tenant->users()->get()); // No tenant user needed to create in this context.
|
||||||
$this->assertCount(1, ResourceUser::all());
|
//$this->assertCount(1, ResourceUser::all());
|
||||||
|
|
||||||
tenancy()->end();
|
tenancy()->end();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue