Skip to content

Commit c834820

Browse files
ousidgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 071d816 commit c834820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CsvImporterTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
it('renders import CSV component with model and file', function () {
2626
Storage::fake('documents');
2727

28-
$path = __DIR__. DIRECTORY_SEPARATOR . 'stubs'. DIRECTORY_SEPARATOR.'customers.csv';
28+
$path = __DIR__.DIRECTORY_SEPARATOR.'stubs'.DIRECTORY_SEPARATOR.'customers.csv';
2929
$model = Customer::class;
3030

3131
$file = UploadedFile::fake()

0 commit comments

Comments
 (0)