diff options
author | Romain Rivière <lecoyote@lecoyote.org> | 2018-03-05 11:25:40 +0100 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2019-02-14 11:48:15 +0100 |
commit | a5bc27c2a6982b4a734dc8ba07bbb2aa2aafb6dc (patch) | |
tree | 912ae4f196350a7f70513e462e3c72bfe1470fd6 /tests | |
parent | abb56c72e1d63fe0e70e82c2b12032e0f923d191 (diff) | |
download | nextcloud-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.php | 4 |
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], ]; } |