fixed wizard company update test..

This commit is contained in:
Cüneyt Şentürk 2021-07-13 17:34:08 +03:00
parent a2b1e867c6
commit 90aa10f26f

View File

@ -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'),
];
}
}