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