mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix affected unit test
Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
7bb01b6ccc
commit
1a1bdd9bc4
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue