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

Loading…
Cancel
Save