1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:14:04 +00:00

Remove temp todo

This commit is contained in:
Samuel Štancl 2025-08-31 23:37:51 +02:00
parent b2f95592a6
commit 4e22c4dd6e

View file

@ -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();