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

Delete afterEach

This commit is contained in:
lukinovec 2023-04-13 13:45:29 +02:00
parent dd57d9bbdc
commit 3481e24c7d

View file

@ -54,10 +54,6 @@ beforeEach(function () {
Event::listen(TenancyEnded::class, RevertToCentralContext::class);
});
afterEach(function () {
CacheManager::$addTags = false;
});
test('database data is separated', function () {
config(['tenancy.bootstrappers' => [
DatabaseTenancyBootstrapper::class,