1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 19:54:04 +00:00

Update test name

This commit is contained in:
lukinovec 2022-09-12 09:02:54 +02:00
parent 29ba72fe53
commit 72c68a107c

View file

@ -187,7 +187,7 @@ test('filesystem data is separated', function () {
expect($new_storage_path)->toEqual($expected_storage_path);
});
test('tenant storage gets deleted after the tenant', function () {
test('tenant storage can get deleted after the tenant when TenantDeleted listens to DeleteTenantStorage', function () {
config([
'tenancy.bootstrappers' => [
FilesystemTenancyBootstrapper::class,