summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRomain Rivière <lecoyote@lecoyote.org>2018-03-05 11:25:40 +0100
committerDaniel Kesselberg <mail@danielkesselberg.de>2019-02-14 11:48:15 +0100
commita5bc27c2a6982b4a734dc8ba07bbb2aa2aafb6dc (patch)
tree912ae4f196350a7f70513e462e3c72bfe1470fd6 /tests
parentabb56c72e1d63fe0e70e82c2b12032e0f923d191 (diff)
downloadnextcloud-server-a5bc27c2a6982b4a734dc8ba07bbb2aa2aafb6dc.tar.gz
nextcloud-server-a5bc27c2a6982b4a734dc8ba07bbb2aa2aafb6dc.zip
Fix test case
Signed-off-by: Romain Rivière <lecoyote@lecoyote.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php b/tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php
index ce677599eb8..109a37823df 100644
--- a/tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php
+++ b/tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php
@@ -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],
];
}