mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Fix test
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
3c84570901
commit
172be810b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue