We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10424f2 commit d46d2d1Copy full SHA for d46d2d1
1 file changed
tests/lib/Comments/ManagerTest.php
@@ -152,7 +152,7 @@ public function testGetComment(): void {
152
$this->assertSame('file64', $comment->getObjectId());
153
$this->assertEquals($creationDT->getTimestamp(), $comment->getCreationDateTime()->getTimestamp());
154
$this->assertEquals($latestChildDT->getTimestamp(), $comment->getLatestChildDateTime()->getTimestamp());
155
- $this->assertEquals('referenceId', $comment->getReferenceId());
+ $this->assertEquals('referenceId', $comment->getReferenceId());
156
$this->assertEquals(['last_edit_actor_id' => 'admin'], $comment->getMetaData());
157
}
158
0 commit comments