From 4948ed64c7bed41365e9db065ae64abd29c45ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 18 Mar 2025 19:00:08 +0100 Subject: [PATCH] update test name --- tests/ActionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ActionTest.php b/tests/ActionTest.php index e2c0ab99..63b6b377 100644 --- a/tests/ActionTest.php +++ b/tests/ActionTest.php @@ -77,7 +77,7 @@ test('remove storage symlinks action works', function() { expect(file_exists($publicPath))->toBeFalse(); }); -test('removing the tenant symlinks works even if the symlinks are invalid', function() { +test('removing tenant symlinks works even if the symlinks are invalid', function() { config([ 'tenancy.bootstrappers' => [ FilesystemTenancyBootstrapper::class,