aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/tests')
-rw-r--r--apps/user_ldap/tests/Jobs/SyncTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/Jobs/SyncTest.php b/apps/user_ldap/tests/Jobs/SyncTest.php
index c6cb9549b07..75ffd0e8280 100644
--- a/apps/user_ldap/tests/Jobs/SyncTest.php
+++ b/apps/user_ldap/tests/Jobs/SyncTest.php
@@ -159,7 +159,8 @@ class SyncTest extends TestCase {
[ 3, 3, true ],
[ 3, 5, true ],
[ 3, 2, false],
- [ 0, 4, false]
+ [ 0, 4, false],
+ [ null, 4, false]
];
}