test: Fix coding standards

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/52626/head
Joas Schilling 2025-05-05 10:09:22 +07:00
parent 10424f248b
commit d46d2d1acf
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
1 changed files with 1 additions and 1 deletions

@ -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());
}