From 72c68a107c4d2162e61ea5505f84654bad1d4f0d Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 12 Sep 2022 09:02:54 +0200 Subject: [PATCH] Update test name --- tests/BootstrapperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/BootstrapperTest.php b/tests/BootstrapperTest.php index e89e2be0..f863e28e 100644 --- a/tests/BootstrapperTest.php +++ b/tests/BootstrapperTest.php @@ -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,