Skip to content

Commit d46d2d1

Browse files
committed
test: Fix coding standards
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 10424f2 commit d46d2d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lib/Comments/ManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function testGetComment(): void {
152152
$this->assertSame('file64', $comment->getObjectId());
153153
$this->assertEquals($creationDT->getTimestamp(), $comment->getCreationDateTime()->getTimestamp());
154154
$this->assertEquals($latestChildDT->getTimestamp(), $comment->getLatestChildDateTime()->getTimestamp());
155-
$this->assertEquals('referenceId', $comment->getReferenceId());
155+
$this->assertEquals('referenceId', $comment->getReferenceId());
156156
$this->assertEquals(['last_edit_actor_id' => 'admin'], $comment->getMetaData());
157157
}
158158

0 commit comments

Comments
 (0)