aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-01-21 09:15:49 -0300
committerVitor Mattos <vitor@php.rio>2022-01-21 09:15:49 -0300
commit1a1bdd9bc4e90153ef87381b908e0289ca74bc53 (patch)
tree80da0d001fccf8420149e827d3ef91f9c6d181bf /apps/dav
parent7bb01b6ccc6ee3707d61be94ff70b9454f404288 (diff)
downloadnextcloud-server-1a1bdd9bc4e90153ef87381b908e0289ca74bc53.tar.gz
nextcloud-server-1a1bdd9bc4e90153ef87381b908e0289ca74bc53.zip
Fix affected unit test
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'apps/dav')
-rw-r--r--apps/dav/tests/unit/Comments/CommentsNodeTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/tests/unit/Comments/CommentsNodeTest.php b/apps/dav/tests/unit/Comments/CommentsNodeTest.php
index 1738e1b53f9..f085ace9d89 100644
--- a/apps/dav/tests/unit/Comments/CommentsNodeTest.php
+++ b/apps/dav/tests/unit/Comments/CommentsNodeTest.php
@@ -404,6 +404,7 @@ class CommentsNodeTest extends \Test\TestCase {
$ns . 'objectId' => '1848',
$ns . 'referenceId' => 'ref',
$ns . 'isUnread' => null,
+ $ns . 'reactions' => [],
];
$this->commentsManager->expects($this->exactly(2))