mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:14:04 +00:00
Remove temp todo
This commit is contained in:
parent
b2f95592a6
commit
4e22c4dd6e
1 changed files with 0 additions and 3 deletions
|
|
@ -37,9 +37,6 @@ test('nested tenant values are merged', function () {
|
|||
'whitelabel' => ['config' => ['theme' => 'dark']],
|
||||
]);
|
||||
|
||||
// todo0 one reason why this fails is that tenancy.features was empty
|
||||
// at register() time
|
||||
|
||||
tenancy()->initialize($tenant);
|
||||
expect(config('whitelabel.theme'))->toBe('dark');
|
||||
tenancy()->end();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue