mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Code clean up.
This commit is contained in:
@@ -155,7 +155,7 @@ class ExportControllerTest extends TestCase
|
||||
$processor->shouldReceive('collectOldUploads')->once();
|
||||
$processor->shouldReceive('collectAttachments')->once();
|
||||
|
||||
$job = new ExportJob;
|
||||
$job = new ExportJob;
|
||||
$job->user = $this->user();
|
||||
|
||||
$repository->shouldReceive('changeStatus')->andReturn(true);
|
||||
|
Reference in New Issue
Block a user