Skip to content

Commit df138de

Browse files
ousidgithub-actions[bot]
authored andcommitted
Fix styling
1 parent b30d665 commit df138de

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Concerns/HasCsvProperties.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

tests/CsvImporterTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@
226226
});
227227

228228
it('ensures the imports is batched', function () {
229-
230229
Storage::fake('documents');
231230
Bus::fake();
232231

@@ -262,7 +261,6 @@
262261
});
263262

264263
it('creates customers records on top of csv file', function () {
265-
266264
$file = UploadedFile::fake()
267265
->createWithContent(
268266
'customers.csv',
@@ -294,7 +292,6 @@
294292
});
295293

296294
it('toggles import button', function () {
297-
298295
$model = Customer::class;
299296

300297
livewire(CsvImporter::class, [

0 commit comments

Comments
 (0)