mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 14:48:11 +00:00
Fix the unit tests.
This commit is contained in:
@@ -152,12 +152,9 @@ class ExportController extends Controller
|
||||
$jobs->changeStatus($job, 'export_status_make_exporter');
|
||||
|
||||
/** @var ProcessorInterface $processor */
|
||||
$processor = app(ExpandedProcessor::class);
|
||||
$processor = app(ProcessorInterface::class);
|
||||
$processor->setSettings($settings);
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Collect journals:
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user