From 90aa10f26f09ffa0979a92243fb11be3caca90cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Tue, 13 Jul 2021 17:34:08 +0300 Subject: [PATCH] fixed wizard company update test.. --- tests/Feature/Wizard/CompaniesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), ]; } }