Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Collaboration/Collaborators/MailPluginTest.php')
-rw-r--r--tests/lib/Collaboration/Collaborators/MailPluginTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/Collaboration/Collaborators/MailPluginTest.php b/tests/lib/Collaboration/Collaborators/MailPluginTest.php
index 9cf308cd414..84888dc364c 100644
--- a/tests/lib/Collaboration/Collaborators/MailPluginTest.php
+++ b/tests/lib/Collaboration/Collaborators/MailPluginTest.php
@@ -607,7 +607,7 @@ class MailPluginTest extends TestCase {
],
// The user `User` cannot share with the current user
[
- 'test',
+ 'test',
[
[
'FN' => 'User',
@@ -627,7 +627,7 @@ class MailPluginTest extends TestCase {
],
// The user `User` cannot share with the current user, but there is an exact match on the e-mail address -> share by e-mail
[
- 'test@example.com',
+ 'test@example.com',
[
[
'FN' => 'User',