Skip to content

Commit 9a475e2

Browse files
committed
Merge branch 'main' of github.com:coderflexx/laravel-csv into main
2 parents 3449b90 + 80092a4 commit 9a475e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CsvImporterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
$model = Customer::class;
300300

301301
livewire(CsvImporter::class, [
302-
'model' => $model
302+
'model' => $model,
303303
])
304304
->emit('toogle')
305305
->assertSet('open', true)

0 commit comments

Comments
 (0)