🤖 Auto commit for release 'develop' on 2025-10-13

This commit is contained in:
JC5
2025-10-13 05:25:17 +02:00
parent 7ce055a22c
commit e1cf9f7a79
5 changed files with 15 additions and 16 deletions

View File

@@ -28,7 +28,6 @@ namespace Tests\integration\Api\Models\Account;
use FireflyIII\Enums\AccountTypeEnum;
use FireflyIII\Factory\AttachmentFactory;
use FireflyIII\Models\Account;
use FireflyIII\Models\Category;
use FireflyIII\User;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Tests\integration\TestCase;
@@ -48,7 +47,7 @@ final class ListControllerTest extends TestCase
{
parent::setUp();
$this->user = $this->createAuthenticatedUser();
$this->user = $this->createAuthenticatedUser();
$this->actingAs($this->user);
$this->account = Account::factory()->for($this->user)->withType(AccountTypeEnum::ASSET)->create();