mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 01:28:08 -04:00
Fix test
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
5cb51916de
commit
ee60736d33
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue