mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Some cleanup [skip ci]
This commit is contained in:
@@ -50,9 +50,6 @@ class AccountControllerTest extends TestCase
|
||||
{
|
||||
if (is_null($this->account)) {
|
||||
$this->account = FactoryMuffin::create('FireflyIII\Models\Account');
|
||||
Log::debug('Created a new account.');
|
||||
//$this->account->accountType->type = 'Asset account';
|
||||
//$this->account->accountType->save();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user