Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
pull/30284/head
Valdnet 4 years ago committed by GitHub
parent 5cb51916de
commit ee60736d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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())

Loading…
Cancel
Save