mirror of
https://github.com/nextcloud/server.git
synced 2026-04-05 00:56:16 -04:00
test: Fix coding standards
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
10424f248b
commit
d46d2d1acf
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());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue