summaryrefslogtreecommitdiffstats
path: root/apps/comments/tests/Unit
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-01-05 19:00:28 +0100
committerGitHub <noreply@github.com>2022-01-05 19:00:28 +0100
commit85444605d3d610f68d10a5b0aa33198c6e691343 (patch)
tree77a330fe8fbf385839a0ee4fbc46e4b2167ab58c /apps/comments/tests/Unit
parent8382e5ebb3ff1efc963c9676fccff1c77a07f4ff (diff)
downloadnextcloud-server-85444605d3d610f68d10a5b0aa33198c6e691343.tar.gz
nextcloud-server-85444605d3d610f68d10a5b0aa33198c6e691343.zip
One more test fix
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/comments/tests/Unit')
-rw-r--r--apps/comments/tests/Unit/Notification/NotifierTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/tests/Unit/Notification/NotifierTest.php b/apps/comments/tests/Unit/Notification/NotifierTest.php
index f9bd7713592..330530f0000 100644
--- a/apps/comments/tests/Unit/Notification/NotifierTest.php
+++ b/apps/comments/tests/Unit/Notification/NotifierTest.php
@@ -95,7 +95,7 @@ class NotifierTest extends TestCase {
public function testPrepareSuccess() {
$fileName = 'Gre\'thor.odp';
$displayName = 'Huraga';
- $message = '@Huraga mentioned you in a comment on “Gre\'thor.odp”';
+ $message = '@Huraga mentioned you in a comment on "Gre\'thor.odp"';
/** @var IUser|\PHPUnit\Framework\MockObject\MockObject $user */
$user = $this->createMock(IUser::class);
@@ -224,7 +224,7 @@ class NotifierTest extends TestCase {
public function testPrepareSuccessDeletedUser() {
$fileName = 'Gre\'thor.odp';
- $message = 'You were mentioned on “Gre\'thor.odp”, in a comment by a user that has since been deleted';
+ $message = 'You were mentioned on "Gre\'thor.odp", in a comment by a user that has since been deleted';
/** @var IUser|\PHPUnit\Framework\MockObject\MockObject $you */
$you = $this->createMock(IUser::class);