mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Expand factory tests.
This commit is contained in:
@@ -552,7 +552,7 @@ class BillRepository implements BillRepositoryInterface
|
||||
/** @var BillFactory $factory */
|
||||
$factory = app(BillFactory::class);
|
||||
$factory->setUser($this->user);
|
||||
$bill = $factory->store($data);
|
||||
$bill = $factory->create($data);
|
||||
|
||||
|
||||
return $bill;
|
||||
|
||||
Reference in New Issue
Block a user