Fix affected unit test

Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
Vitor Mattos 2022-01-21 09:15:49 -03:00
parent 7bb01b6ccc
commit 1a1bdd9bc4
No known key found for this signature in database
GPG key ID: B7AB4B76A7CA7318

View 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))