Fix test case

Signed-off-by: Romain Rivière <lecoyote@lecoyote.org>
This commit is contained in:
Romain Rivière 2018-03-05 11:25:40 +01:00 committed by Daniel Kesselberg
parent abb56c72e1
commit a5bc27c2a6
No known key found for this signature in database
GPG key ID: 36E3664E099D0614

View file

@ -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],
];
}