mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-03 12:45:20 +00:00
Improve test coverage and quality
This commit is contained in:
@@ -90,7 +90,7 @@ class EditControllerTest extends TestCase
|
||||
$this->session(['budgets.edit.uri' => 'http://localhost']);
|
||||
|
||||
$data = [
|
||||
'name' => 'Updated Budget ' . random_int(1000, 9999),
|
||||
'name' => 'Updated Budget ' . $this->randomInt(),
|
||||
'active' => 1,
|
||||
];
|
||||
$this->be($this->user());
|
||||
|
||||
Reference in New Issue
Block a user