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