Fix indentation

This commit is contained in:
Rodrigo de Oliveira 2021-04-07 23:26:33 -03:00
parent 38458d2378
commit 8bea440564
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class Item_Metadata extends TAINACAN_UnitTestCase {
$c = $this->tainacan_entity_factory->create_entity('collection', ['name' => 'My Collection'], true);
$i = $this->tainacan_entity_factory->create_entity(
'item',
array(
array(
'title' => 'My test item',
'description' => 'item description',
'collection' => $c,