From 268cc5f07e1e043ad06b6688faf55f06006c9673 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 8 Dec 2025 10:35:13 -0500 Subject: [PATCH] test(TestCase): '.ocdata' -> '.ncdata' in knownEntries Signed-off-by: Josh --- tests/lib/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/TestCase.php b/tests/lib/TestCase.php index aed919a1e6fe0..8944ad148ce3c 100644 --- a/tests/lib/TestCase.php +++ b/tests/lib/TestCase.php @@ -369,7 +369,7 @@ protected static function tearDownAfterClassCleanStrayDataFiles(string $dataDir) 'nextcloud.log' => true, 'audit.log' => true, 'owncloud.db' => true, - '.ocdata' => true, + '.ncdata' => true, '..' => true, '.' => true, ];