mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:44:03 +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']],
|
'whitelabel' => ['config' => ['theme' => 'dark']],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// todo0 one reason why this fails is that tenancy.features was empty
|
|
||||||
// at register() time
|
|
||||||
|
|
||||||
tenancy()->initialize($tenant);
|
tenancy()->initialize($tenant);
|
||||||
expect(config('whitelabel.theme'))->toBe('dark');
|
expect(config('whitelabel.theme'))->toBe('dark');
|
||||||
tenancy()->end();
|
tenancy()->end();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue