]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix affected unit test 30379/head
authorVitor Mattos <vitor@php.rio>
Fri, 21 Jan 2022 12:15:49 +0000 (09:15 -0300)
committerVitor Mattos <vitor@php.rio>
Fri, 21 Jan 2022 12:15:49 +0000 (09:15 -0300)
Signed-off-by: Vitor Mattos <vitor@php.rio>
apps/dav/tests/unit/Comments/CommentsNodeTest.php

index 1738e1b53f9586ae457503458c1defaeb8d5737a..f085ace9d893139a007ad704ccf94eb43ce42ba1 100644 (file)
@@ -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))