mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Fix some tests for account API
This commit is contained in:
@@ -136,7 +136,7 @@ class IndexController extends Controller
|
||||
|
||||
if (1 === random_int(0, 20)) {
|
||||
Log::debug('Will reset order.');
|
||||
$this->repository->resetAccountOrder($types);
|
||||
$this->repository->resetAccountOrder();
|
||||
}
|
||||
|
||||
$collection = $this->repository->getActiveAccountsByType($types);
|
||||
|
Reference in New Issue
Block a user