fix test importer after #311
This commit is contained in:
parent
8e22b74ea5
commit
1d081795b8
|
@ -510,7 +510,7 @@ class Test_Importer extends Importer {
|
|||
'options' => [
|
||||
'collection_id' => $col2->get_id(),
|
||||
'repeated' => 'yes',
|
||||
'search' => [ $col2_core_title->get_id() ]
|
||||
'search' => $col2_core_title->get_id()
|
||||
]
|
||||
], $col1 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue