diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/tests/unit/Comments/CommentsNodeTest.php | 1 |
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)) |