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

remove debug code

This commit is contained in:
Abrar Ahmad 2022-09-23 11:43:29 +05:00
parent 2a6290be9c
commit e5e8686872

View file

@ -99,8 +99,7 @@ test('the tenant connection is fully removed', function () {
Event::listen(TenancyEnded::class, RevertToCentralContext::class);
$tenant = Tenant::create();
dd(array_keys(app('db')->getConnections()));
expect(array_keys(app('db')->getConnections()))->not()->toContain('tenant');
pest()->assertArrayNotHasKey('tenant', config('database.connections'));