diff --git a/tests/Feature/Import/ImportCsvTest.php b/tests/Feature/Import/ImportCsvTest.php index c3b40de43576..4a6a222f914e 100644 --- a/tests/Feature/Import/ImportCsvTest.php +++ b/tests/Feature/Import/ImportCsvTest.php @@ -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; } -} \ No newline at end of file +}