test: Fix coding standards

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/52626/head
Joas Schilling 8 months ago
parent 10424f248b
commit d46d2d1acf
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
  1. 2
      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());
}

Loading…
Cancel
Save