mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 23:28:20 +00:00
Improve test coverage and quality
This commit is contained in:
@@ -190,7 +190,7 @@ class AttachmentControllerTest extends TestCase
|
||||
|
||||
$this->session(['attachments.edit.uri' => 'http://localhost']);
|
||||
$data = [
|
||||
'title' => 'Some updated title ' . random_int(1000, 9999),
|
||||
'title' => 'Some updated title ' . $this->randomInt(),
|
||||
'notes' => 'A',
|
||||
'description' => 'B',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user