Skip to content

Commit 4c2cf23

Browse files
committed
Merge branch 'fix-ci-tests' of github.com:coderflexx/laravel-csv into fix-ci-tests
2 parents c7ded72 + c834820 commit 4c2cf23

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
@@ -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)