mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
Fix test
This commit is contained in:
parent
e8da728428
commit
0650333569
@ -106,7 +106,7 @@ class ImportCsvTest extends TestCase
|
||||
|
||||
$data = [
|
||||
'hash' => $hash,
|
||||
'column_map' => [ 'client' => $column_map ],
|
||||
'column_map' => [ 'invoice' => [ 'mapping' => $column_map ] ],
|
||||
'skip_header' => true,
|
||||
'import_type' => 'csv',
|
||||
];
|
||||
@ -348,4 +348,4 @@ class ImportCsvTest extends TestCase
|
||||
|
||||
return $data;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user