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