mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
test(TestCase): '.ocdata' -> '.ncdata' in knownEntries
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
8c90d4f822
commit
98da8644e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue