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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2021-06-18 16:33:43 +0300
committerAnna Larch <anna@nextcloud.com>2021-06-21 11:32:45 +0300
commit6fce9e02fbda4720f4c2e9c820194a63b9e4393f (patch)
treecd8b9ffb5147d4dbec58fe6b39502175211bb0f8 /tests
parente0e7206fc0af89c4ce8f341f00c2bf6c1ef1ed28 (diff)
Add $ back to label creation process
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/Service/MailManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Service/MailManagerTest.php b/tests/Unit/Service/MailManagerTest.php
index b4f72831e..ddbfb5a2f 100644
--- a/tests/Unit/Service/MailManagerTest.php
+++ b/tests/Unit/Service/MailManagerTest.php
@@ -576,7 +576,7 @@ class MailManagerTest extends TestCase {
self::assertEquals('admin', $tag->getUserId());
self::assertEquals('Hello Hello 👋', $tag->getDisplayName());
- self::assertEquals('Hello_Hello_&2D3cSw-', $tag->getImapLabel());
+ self::assertEquals('$hello_hello_&2d3csw-', $tag->getImapLabel());
self::assertEquals('#0082c9', $tag->getColor());
}