From 98da8644e539076af5931020940e76e6f46ede6a 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 1b387df0eb580..3b0232afeeda5 100644 --- a/tests/lib/TestCase.php +++ b/tests/lib/TestCase.php @@ -403,7 +403,7 @@ protected static function tearDownAfterClassCleanStrayDataFiles($dataDir) { 'nextcloud.log' => true, 'audit.log' => true, 'owncloud.db' => true, - '.ocdata' => true, + '.ncdata' => true, '..' => true, '.' => true, ];