summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-01-11 12:54:41 +0100
committerJoas Schilling <coding@schilljs.com>2022-01-11 12:54:41 +0100
commit172be810b8b6d401858333bcc0428dd55fe650ce (patch)
tree7450960bc30a931857163e62242899a4281407a5 /tests
parent3c845709019dce47697b690dc55b111a144e250c (diff)
downloadnextcloud-server-172be810b8b6d401858333bcc0428dd55fe650ce.tar.gz
nextcloud-server-172be810b8b6d401858333bcc0428dd55fe650ce.zip
Fix test
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Accounts/AccountPropertyTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Accounts/AccountPropertyTest.php b/tests/lib/Accounts/AccountPropertyTest.php
index c2ba96ef8a5..55f83513349 100644
--- a/tests/lib/Accounts/AccountPropertyTest.php
+++ b/tests/lib/Accounts/AccountPropertyTest.php
@@ -84,8 +84,8 @@ class AccountPropertyTest extends TestCase {
[IAccountManager::VISIBILITY_PRIVATE, IAccountManager::SCOPE_LOCAL],
[IAccountManager::VISIBILITY_CONTACTS_ONLY, IAccountManager::SCOPE_FEDERATED],
[IAccountManager::VISIBILITY_PUBLIC, IAccountManager::SCOPE_PUBLISHED],
+ ['', IAccountManager::SCOPE_LOCAL],
// invalid values
- ['', null],
['unknown', null],
['v2-unknown', null],
];