Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
@ -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();