diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-02-07 15:57:13 +0100 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-02-07 18:07:38 +0100 |
commit | 91254c304d454b6f7977037dbd5dd2db5e00ff9f (patch) | |
tree | 6da4c23edff36866ec736a6cfd0af3a7f5be55ab /apps/files_encryption | |
parent | 60cba9962da352d96489e4eb4110612cac49966a (diff) | |
download | nextcloud-server-91254c304d454b6f7977037dbd5dd2db5e00ff9f.tar.gz nextcloud-server-91254c304d454b6f7977037dbd5dd2db5e00ff9f.zip |
name users after test
Diffstat (limited to 'apps/files_encryption')
-rw-r--r-- | apps/files_encryption/tests/hooks.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_encryption/tests/hooks.php b/apps/files_encryption/tests/hooks.php index c26cba6406d..44525791743 100644 --- a/apps/files_encryption/tests/hooks.php +++ b/apps/files_encryption/tests/hooks.php @@ -36,8 +36,8 @@ use OCA\Encryption; */ class Test_Encryption_Hooks extends \PHPUnit_Framework_TestCase { - const TEST_ENCRYPTION_HOOKS_USER1 = "test-proxy-user1"; - const TEST_ENCRYPTION_HOOKS_USER2 = "test-proxy-user2"; + const TEST_ENCRYPTION_HOOKS_USER1 = "test-encryption-hooks-user1"; + const TEST_ENCRYPTION_HOOKS_USER2 = "test-encryption-hooks-user2"; /** * @var \OC_FilesystemView |