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 Ferdinand Thiessen
parent a6f4ed2cf8
commit 268cc5f07e

View file

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