diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2022-01-05 18:02:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 18:02:14 +0100 |
commit | 8382e5ebb3ff1efc963c9676fccff1c77a07f4ff (patch) | |
tree | 121008dc51d13d95fff0f54daa0a7418ac07360f /apps/comments/tests | |
parent | ee60736d33a832ca66d653cb2680e288b6708110 (diff) | |
download | nextcloud-server-8382e5ebb3ff1efc963c9676fccff1c77a07f4ff.tar.gz nextcloud-server-8382e5ebb3ff1efc963c9676fccff1c77a07f4ff.zip |
Fix test
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/comments/tests')
-rw-r--r-- | apps/comments/tests/Unit/Notification/NotifierTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/tests/Unit/Notification/NotifierTest.php b/apps/comments/tests/Unit/Notification/NotifierTest.php index 881a9593d0a..f9bd7713592 100644 --- a/apps/comments/tests/Unit/Notification/NotifierTest.php +++ b/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()) |