From a56c1627523e856330b1912bb95252cf1e6270d7 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 26 Feb 2025 17:13:16 +0100 Subject: [PATCH] Delete complete todo0 --- tests/ActionTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ActionTest.php b/tests/ActionTest.php index ec3ef7e2..40275b60 100644 --- a/tests/ActionTest.php +++ b/tests/ActionTest.php @@ -70,7 +70,6 @@ test('remove storage symlinks action works', function() { }); test('removing the tenant symlinks works even if the symlinks are invalid', function() { - // todo0 For this test to pass, delete the file_exists($link) check from symlinkExists() in DealsWithTenantSymlinks config([ 'tenancy.bootstrappers' => [ FilesystemTenancyBootstrapper::class,