mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
test(TestCase): '.ocdata' -> '.ncdata' in knownEntries
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
a6f4ed2cf8
commit
268cc5f07e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue