Skip to content

Commit 80092a4

Browse files
ousidgithub-actions[bot]
authored andcommitted
Fix styling
1 parent cd155d4 commit 80092a4

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)