Fix affected unit test

Signed-off-by: Vitor Mattos <vitor@php.rio>
pull/30379/head
Vitor Mattos 4 years ago
parent 7bb01b6ccc
commit 1a1bdd9bc4
No known key found for this signature in database
GPG Key ID: B7AB4B76A7CA7318
  1. 1
      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))

Loading…
Cancel
Save