File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ public function handleCsvProperties(): array|MessageBag
5050 $ fileRowCount = $ this ->csvRecords ->count ();
5151
5252 return [$ fileHeaders , $ fileRowCount ];
53-
5453 } catch (\League \Csv \SyntaxError $ exception ) {
5554 Log::warning ($ exception ->getMessage ());
5655
Original file line number Diff line number Diff line change 226226});
227227
228228it ('ensures the imports is batched ' , function () {
229-
230229 Storage::fake ('documents ' );
231230 Bus::fake ();
232231
262261});
263262
264263it ('creates customers records on top of csv file ' , function () {
265-
266264 $ file = UploadedFile::fake ()
267265 ->createWithContent (
268266 'customers.csv ' ,
294292});
295293
296294it ('toggles import button ' , function () {
297-
298295 $ model = Customer::class;
299296
300297 livewire (CsvImporter::class, [
You can’t perform that action at this time.
0 commit comments