mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix test coverage.
This commit is contained in:
@@ -207,13 +207,14 @@ abstract class TestCase extends BaseTestCase
|
||||
'currency_id' => $euro->id,
|
||||
'foreign_currency_id' => null,
|
||||
'date' => $date,
|
||||
'source_account_id' => 1,
|
||||
'destination_account_id' => 4,
|
||||
'source_id' => 1,
|
||||
'destination_id' => 4,
|
||||
'currency_name' => $euro->name,
|
||||
'currency_code' => $euro->code,
|
||||
'currency_symbol' => $euro->symbol,
|
||||
'currency_decimal_places' => $euro->decimal_places,
|
||||
'amount' => '-30',
|
||||
'foreign_amount' => null,
|
||||
'budget_id' => $budget->id,
|
||||
],
|
||||
],
|
||||
|
Reference in New Issue
Block a user