mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix test case
Signed-off-by: Romain Rivière <lecoyote@lecoyote.org>
This commit is contained in:
parent
abb56c72e1
commit
a5bc27c2a6
1 changed files with 2 additions and 2 deletions
|
|
@ -43,8 +43,8 @@ class ExcludeFileByNameFilterIteratorTest extends TestCase {
|
|||
['Thumbs.db', false],
|
||||
['another file', true],
|
||||
['.directory', false],
|
||||
['.webapp-owncloud-obee', false],
|
||||
['wx.webapp-owncloud-obee', true],
|
||||
['.webapp-netxcloud-12.0.5', false],
|
||||
['wx.webapp-nextcloud-obee', true],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue