mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 09:37:29 -04:00
Add missing scope to test
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
3ac9b565db
commit
83b39d6111
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ class AccountPropertyTest extends TestCase {
|
|||
// current values
|
||||
[IAccountManager::SCOPE_PRIVATE, IAccountManager::SCOPE_PRIVATE],
|
||||
[IAccountManager::SCOPE_LOCAL, IAccountManager::SCOPE_LOCAL],
|
||||
[IAccountManager::SCOPE_FEDERATED, IAccountManager::SCOPE_FEDERATED],
|
||||
[IAccountManager::SCOPE_PUBLISHED, IAccountManager::SCOPE_PUBLISHED],
|
||||
// legacy values
|
||||
[IAccountManager::VISIBILITY_PRIVATE, IAccountManager::SCOPE_LOCAL],
|
||||
|
|
|
|||
Loading…
Reference in a new issue