Skip to content

Commit c7ded72

Browse files
committed
wip
1 parent 071d816 commit c7ded72

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/CsvImporterTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@
2929
$model = Customer::class;
3030

3131
$file = UploadedFile::fake()
32-
->createWithContent(
33-
'customers.csv',
34-
$path
35-
);
32+
->create('customers.csv', 10, 'csv');
3633

3734
livewire(CsvImporter::class, [
3835
'model' => $model,

0 commit comments

Comments
 (0)