mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fixed transaction coverage.
This commit is contained in:
@@ -5,6 +5,8 @@ League\FactoryMuffin\Facade::define(
|
||||
'account_id' => 'factory|Account',
|
||||
'transaction_journal_id' => 'factory|TransactionJournal',
|
||||
'description' => 'sentence',
|
||||
'amount' => 'numberBetween:1,100',
|
||||
'amount' => function() {
|
||||
return round(rand(100,10000) / 100,2);
|
||||
}
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user