mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 07:34:02 +00:00
Update test name
This commit is contained in:
parent
29ba72fe53
commit
72c68a107c
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ test('filesystem data is separated', function () {
|
||||||
expect($new_storage_path)->toEqual($expected_storage_path);
|
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([
|
config([
|
||||||
'tenancy.bootstrappers' => [
|
'tenancy.bootstrappers' => [
|
||||||
FilesystemTenancyBootstrapper::class,
|
FilesystemTenancyBootstrapper::class,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue