summaryrefslogtreecommitdiffstats
path: root/apps/comments/tests/Unit/Notification
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-01-05 17:58:16 +0100
committerGitHub <noreply@github.com>2022-01-05 17:58:16 +0100
commitee60736d33a832ca66d653cb2680e288b6708110 (patch)
tree57f9ec76866715ce92d8348e117ce639dd20a8e1 /apps/comments/tests/Unit/Notification
parent5cb51916de5dabaf0ec26931cdab8d414dcd26a8 (diff)
downloadnextcloud-server-ee60736d33a832ca66d653cb2680e288b6708110.tar.gz
nextcloud-server-ee60736d33a832ca66d653cb2680e288b6708110.zip
Fix test
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/comments/tests/Unit/Notification')
-rw-r--r--apps/comments/tests/Unit/Notification/NotifierTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/tests/Unit/Notification/NotifierTest.php b/apps/comments/tests/Unit/Notification/NotifierTest.php
index 1c8b644918d..881a9593d0a 100644
--- a/apps/comments/tests/Unit/Notification/NotifierTest.php
+++ b/apps/comments/tests/Unit/Notification/NotifierTest.php
@@ -149,7 +149,7 @@ class NotifierTest extends TestCase {
$this->notification
->expects($this->once())
->method('setRichSubject')
- ->with('{user} mentioned you in a comment on “{file}”', $this->anything())
+ ->with('{user} mentioned you in a comment on "{file}"', $this->anything())
->willReturnSelf();
$this->notification
->expects($this->once())