From a0cb4a74b0598f3712da684ba228f2ceb6af4c1b 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 551c1024e0bef..c7a99cc7f8d81 100644 --- a/tests/lib/TestCase.php +++ b/tests/lib/TestCase.php @@ -364,7 +364,7 @@ protected static function tearDownAfterClassCleanStrayDataFiles(string $dataDir) 'nextcloud.log' => true, 'audit.log' => true, 'owncloud.db' => true, - '.ocdata' => true, + '.ncdata' => true, '..' => true, '.' => true, ];