skip company logo for wizard company update test..

This commit is contained in:
Cüneyt Şentürk 2024-11-16 17:01:09 +00:00
parent 64009eb7ee
commit 612fcb6b55
1 changed files with 1 additions and 1 deletions

View File

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