mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Fixed some coverage.
This commit is contained in:
@@ -77,7 +77,8 @@ class PreferencesControllerTest extends TestCase
|
||||
$data = [
|
||||
'frontPageAccounts' => [1, 2, 3],
|
||||
'_token' => 'replaceMe',
|
||||
'viewRange' => '1M'
|
||||
'viewRange' => '1M',
|
||||
'language' => 'en',
|
||||
];
|
||||
|
||||
Preferences::shouldReceive('set')->once()->withArgs(['frontPageAccounts', [1, 2, 3]]);
|
||||
|
||||
Reference in New Issue
Block a user