test(TestCase): '.ocdata' -> '.ncdata' in knownEntries

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2025-12-08 10:35:13 -05:00 committed by Daniel
parent 8c90d4f822
commit 98da8644e5

View file

@ -403,7 +403,7 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase {
'nextcloud.log' => true,
'audit.log' => true,
'owncloud.db' => true,
'.ocdata' => true,
'.ncdata' => true,
'..' => true,
'.' => true,
];