From 882f91605b06bddc563c86a24a0c606cef31278b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 18 Oct 2024 07:39:41 +0200 Subject: [PATCH] fix(comments): Add test for email mention Signed-off-by: Joas Schilling --- tests/lib/Comments/CommentTest.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/lib/Comments/CommentTest.php b/tests/lib/Comments/CommentTest.php index 742ce33071f..3cfc897b28e 100644 --- a/tests/lib/Comments/CommentTest.php +++ b/tests/lib/Comments/CommentTest.php @@ -196,6 +196,12 @@ class CommentTest extends TestCase { ['type' => 'federated_team', 'id' => 'Former Cirle'], ], ], + [ + 'Emails are supported since 30.0.2 right? @"email/aa23d315de327cfc330f0401ea061005b2b0cdd45ec8346f12664dd1f34cb886"', + [ + ['type' => 'email', 'id' => 'aa23d315de327cfc330f0401ea061005b2b0cdd45ec8346f12664dd1f34cb886'], + ], + ], ]; } -- 2.39.5