diff --git a/tests/test-item-metadata.php b/tests/test-item-metadata.php index 789186392..9d5a57659 100644 --- a/tests/test-item-metadata.php +++ b/tests/test-item-metadata.php @@ -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,