Skip to content

Commit 98da864

Browse files
joshtrichardskesselb
authored andcommitted
test(TestCase): '.ocdata' -> '.ncdata' in knownEntries
Signed-off-by: Josh <[email protected]>
1 parent 8c90d4f commit 98da864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ protected static function tearDownAfterClassCleanStrayDataFiles($dataDir) {
403403
'nextcloud.log' => true,
404404
'audit.log' => true,
405405
'owncloud.db' => true,
406-
'.ocdata' => true,
406+
'.ncdata' => true,
407407
'..' => true,
408408
'.' => true,
409409
];

0 commit comments

Comments
 (0)