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