From 8382e5ebb3ff1efc963c9676fccff1c77a07f4ff Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 5 Jan 2022 18:02:14 +0100 Subject: [PATCH] Fix test Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- apps/comments/tests/Unit/Notification/NotifierTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/comments/tests/Unit/Notification/NotifierTest.php b/apps/comments/tests/Unit/Notification/NotifierTest.php index 881a9593d0a..f9bd7713592 100644 --- a/apps/comments/tests/Unit/Notification/NotifierTest.php +++ b/apps/comments/tests/Unit/Notification/NotifierTest.php @@ -273,7 +273,7 @@ class NotifierTest extends TestCase { $this->notification ->expects($this->once()) ->method('setRichSubject') - ->with('You were mentioned on “{file}”, in a comment by a user that has since been deleted', $this->anything()) + ->with('You were mentioned on "{file}", in a comment by a user that has since been deleted', $this->anything()) ->willReturnSelf(); $this->notification ->expects($this->once())