diff --git a/tests/Feature/Wizard/CompaniesTest.php b/tests/Feature/Wizard/CompaniesTest.php index 4d0d712f7..545f5d1a3 100644 --- a/tests/Feature/Wizard/CompaniesTest.php +++ b/tests/Feature/Wizard/CompaniesTest.php @@ -35,7 +35,7 @@ class CompaniesTest extends FeatureTestCase 'financial_start' => '01-04', 'address' => $this->faker->address, 'tax_number' => $this->faker->randomNumber(9), - 'logo' => UploadedFile::fake()->create('image.jpg'), + 'logo' => UploadedFile::fake()->image('akaunting-logo.jpg'), ]; } }