diff options
author | Joas Schilling <coding@schilljs.com> | 2025-05-05 10:09:22 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2025-05-05 10:09:22 +0200 |
commit | d46d2d1acf3567f255c91f20fa3d4dbdc87ebd68 (patch) | |
tree | d59e9c68b71ad2cb9659f43873f7610daeb227b8 | |
parent | 10424f248b7664fee6e83332014b5e440daa602f (diff) | |
download | nextcloud-server-bugfix/noid/make-comments-test-better-readable.tar.gz nextcloud-server-bugfix/noid/make-comments-test-better-readable.zip |
test: Fix coding standardsbugfix/noid/make-comments-test-better-readable
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | tests/lib/Comments/ManagerTest.php | 2 |
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()); } |