aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2025-05-05 10:09:22 +0200
committerJoas Schilling <coding@schilljs.com>2025-05-05 10:09:22 +0200
commitd46d2d1acf3567f255c91f20fa3d4dbdc87ebd68 (patch)
treed59e9c68b71ad2cb9659f43873f7610daeb227b8
parent10424f248b7664fee6e83332014b5e440daa602f (diff)
downloadnextcloud-server-bugfix/noid/make-comments-test-better-readable.tar.gz
nextcloud-server-bugfix/noid/make-comments-test-better-readable.zip
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--tests/lib/Comments/ManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Comments/ManagerTest.php b/tests/lib/Comments/ManagerTest.php
index f7d7eec7c56..c187f664215 100644
--- a/tests/lib/Comments/ManagerTest.php
+++ b/tests/lib/Comments/ManagerTest.php
@@ -152,7 +152,7 @@ class ManagerTest extends TestCase {
$this->assertSame('file64', $comment->getObjectId());
$this->assertEquals($creationDT->getTimestamp(), $comment->getCreationDateTime()->getTimestamp());
$this->assertEquals($latestChildDT->getTimestamp(), $comment->getLatestChildDateTime()->getTimestamp());
- $this->assertEquals('referenceId', $comment->getReferenceId());
+ $this->assertEquals('referenceId', $comment->getReferenceId());
$this->assertEquals(['last_edit_actor_id' => 'admin'], $comment->getMetaData());
}