fix test importer

This commit is contained in:
leogermani 2019-04-16 16:33:28 -03:00
parent 5f4ed5546f
commit 764f570c86
1 changed files with 2 additions and 1 deletions

View File

@ -509,7 +509,8 @@ class Test_Importer extends Importer {
'type' => 'Tainacan\Metadata_Types\Relationship',
'options' => [
'collection_id' => $col2->get_id(),
'repeated' => 'yes'
'repeated' => 'yes',
'search' => [ $col2_core_title->get_id() ]
]
], $col1 );