diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2022-01-05 17:58:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 17:58:16 +0100 |
commit | ee60736d33a832ca66d653cb2680e288b6708110 (patch) | |
tree | 57f9ec76866715ce92d8348e117ce639dd20a8e1 /apps/comments | |
parent | 5cb51916de5dabaf0ec26931cdab8d414dcd26a8 (diff) | |
download | nextcloud-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')
-rw-r--r-- | apps/comments/tests/Unit/Notification/NotifierTest.php | 2 |
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()) |