mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Fix test
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
3c84570901
commit
172be810b8
@ -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],
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user