mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Fix tests.
This commit is contained in:
@@ -164,7 +164,7 @@ class BulkControllerTest extends TestCase
|
||||
->withArgs([Mockery::any(), $data['budget_id']]);
|
||||
|
||||
$repository->shouldReceive('updateTags')->times(4)->andReturn(new TransactionJournal())
|
||||
->withArgs([Mockery::any(), $tags]);
|
||||
->withArgs([Mockery::any(), ['tags' => $tags]]);
|
||||
|
||||
|
||||
$route = route('transactions.bulk.update');
|
||||
|
Reference in New Issue
Block a user