fix importer test

This commit is contained in:
Leo Germani 2018-06-20 16:50:08 -03:00
parent b00ac86bed
commit a98e5c012c
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ class ImporterTests extends TAINACAN_UnitTestCase {
$map[$metadatum->get_id()] = $headers[$index];
}
$collection_definition['map'] = $map;
$collection_definition['mapping'] = $map;
// add the collection
$_SESSION['tainacan_importer'][$id]->add_collection( $collection_definition );