From ee60736d33a832ca66d653cb2680e288b6708110 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 5 Jan 2022 17:58:16 +0100 Subject: 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(-) (limited to 'apps/comments/tests/Unit/Notification') 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()) -- cgit v1.2.3