This commit is contained in:
Joshua Dwire 2021-02-19 23:03:55 -05:00
parent e8da728428
commit 0650333569

View File

@ -106,7 +106,7 @@ class ImportCsvTest extends TestCase
$data = [ $data = [
'hash' => $hash, 'hash' => $hash,
'column_map' => [ 'client' => $column_map ], 'column_map' => [ 'invoice' => [ 'mapping' => $column_map ] ],
'skip_header' => true, 'skip_header' => true,
'import_type' => 'csv', 'import_type' => 'csv',
]; ];
@ -348,4 +348,4 @@ class ImportCsvTest extends TestCase
return $data; return $data;
} }
} }