mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Improve test coverage and quality
This commit is contained in:
@@ -129,7 +129,7 @@ class CreateCSVImportTest extends TestCase
|
||||
|
||||
$importJob = ImportJob::create(
|
||||
[
|
||||
'key' => 'key-' . random_int(1, 100000),
|
||||
'key' => 'key-' . $this->randomInt(),
|
||||
'user_id' => 1,
|
||||
'file_type' => 'csv',
|
||||
'status' => 'new',
|
||||
@@ -203,7 +203,7 @@ class CreateCSVImportTest extends TestCase
|
||||
|
||||
$importJob = ImportJob::create(
|
||||
[
|
||||
'key' => 'key-' . random_int(1, 100000),
|
||||
'key' => 'key-' . $this->randomInt(),
|
||||
'user_id' => 1,
|
||||
'file_type' => 'csv',
|
||||
'status' => 'new',
|
||||
|
Reference in New Issue
Block a user