From d46d2d1acf3567f255c91f20fa3d4dbdc87ebd68 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 5 May 2025 10:09:22 +0200 Subject: test: Fix coding standards Signed-off-by: Joas Schilling --- tests/lib/Comments/ManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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()); } -- cgit v1.2.3