Skip to content

Commit a0cb4a7

Browse files
committed
test(TestCase): '.ocdata' -> '.ncdata' in knownEntries
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 615d343 commit a0cb4a7

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
@@ -364,7 +364,7 @@ protected static function tearDownAfterClassCleanStrayDataFiles(string $dataDir)
364364
'nextcloud.log' => true,
365365
'audit.log' => true,
366366
'owncloud.db' => true,
367-
'.ocdata' => true,
367+
'.ncdata' => true,
368368
'..' => true,
369369
'.' => true,
370370
];

0 commit comments

Comments
 (0)