test: Fix coding standards

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2025-05-05 10:09:22 +02:00
parent 10424f248b
commit d46d2d1acf
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0

View file

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