mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
make sure randomly selected journals match prerequisites.
This commit is contained in:
@@ -111,8 +111,8 @@ class PiggyBankEventTransformerTest extends TestCase
|
||||
$accountMeta = AccountMeta::create(
|
||||
[
|
||||
'account_id' => $account->id,
|
||||
'name' => 'currency_id',
|
||||
'data' => 1,
|
||||
'name' => 'currency_id',
|
||||
'data' => 1,
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user