From 1d34f0a824e15ad5ed685d05dc46910362e99404 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 9 Feb 2024 14:49:56 +0100 Subject: feat: cleanup filecache_extended items by default Signed-off-by: Robin Appelman Signed-off-by: Daniel Kesselberg --- apps/files/tests/Command/DeleteOrphanedFilesTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/files/tests') diff --git a/apps/files/tests/Command/DeleteOrphanedFilesTest.php b/apps/files/tests/Command/DeleteOrphanedFilesTest.php index 520d3278e64..ee1144963ac 100644 --- a/apps/files/tests/Command/DeleteOrphanedFilesTest.php +++ b/apps/files/tests/Command/DeleteOrphanedFilesTest.php @@ -132,10 +132,11 @@ class DeleteOrphanedFilesTest extends TestCase { // parent folder, `files`, ´test` and `welcome.txt` => 4 elements $output - ->expects($this->exactly(2)) + ->expects($this->exactly(3)) ->method('writeln') ->withConsecutive( ['3 orphaned file cache entries deleted'], + ['0 orphaned file cache extended entries deleted'], ['1 orphaned mount entries deleted'], ); -- cgit v1.2.3