mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Improve test coverage.
This commit is contained in:
@@ -352,7 +352,7 @@ class ChooseAccountsHandlerTest extends TestCase
|
||||
|
||||
$collection = new Collection;
|
||||
$account = $this->user()->accounts()->first();
|
||||
$euro = TransactionCurrency::first();
|
||||
$euro = $this->getEuro();
|
||||
$collection->push($account);
|
||||
|
||||
|
||||
@@ -415,7 +415,7 @@ class ChooseAccountsHandlerTest extends TestCase
|
||||
|
||||
$collection = new Collection;
|
||||
$account = $this->user()->accounts()->first();
|
||||
$euro = TransactionCurrency::first();
|
||||
$euro = $this->getEuro();
|
||||
$collection->push($account);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user