summaryrefslogtreecommitdiffstats
path: root/apps/comments/tests/Unit/Notification
diff options
context:
space:
mode:
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())