mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix the unit tests.
This commit is contained in:
@@ -210,6 +210,7 @@ $factory->define(
|
||||
'id' => $faker->unique()->numberBetween(1000, 10000),
|
||||
'name' => $faker->words(3, true),
|
||||
'account_type_id' => 1,
|
||||
'active' => true,
|
||||
];
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user