From 1a1bdd9bc4e90153ef87381b908e0289ca74bc53 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Fri, 21 Jan 2022 09:15:49 -0300 Subject: Fix affected unit test Signed-off-by: Vitor Mattos --- apps/dav/tests/unit/Comments/CommentsNodeTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') 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)) -- cgit v1.2.3