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:
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);
|
||||
});
|
||||
|
||||
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue