Fix tests
This commit is contained in:
parent
1b19b3d0a9
commit
aeedd5c9d9
1 changed files with 2 additions and 2 deletions
|
|
@ -249,7 +249,7 @@ class ImportCsvTest extends TestCase
|
|||
|
||||
$data = [
|
||||
'hash' => $hash,
|
||||
'column_map' => [ 'client' => $column_map ],
|
||||
'column_map' => [ 'client' => [ 'mapping' => $column_map ] ],
|
||||
'skip_header' => true,
|
||||
'import_type' => 'csv',
|
||||
];
|
||||
|
|
@ -282,7 +282,7 @@ class ImportCsvTest extends TestCase
|
|||
|
||||
$data = [
|
||||
'hash' => $hash,
|
||||
'column_map' => [ 'invoice' => $column_map ],
|
||||
'column_map' => [ 'invoice' => [ 'mapping' => $column_map ] ],
|
||||
'skip_header' => true,
|
||||
'import_type' => 'csv',
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue