mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Improve test coverage.
This commit is contained in:
@@ -45,7 +45,7 @@ class BunqRoutineTest extends TestCase
|
|||||||
{
|
{
|
||||||
$job = new ImportJob;
|
$job = new ImportJob;
|
||||||
$job->user_id = $this->user()->id;
|
$job->user_id = $this->user()->id;
|
||||||
$job->key = 'br_' . random_int(1, 1000);
|
$job->key = 'brY_' . random_int(1, 1000);
|
||||||
$job->status = 'ready_to_run';
|
$job->status = 'ready_to_run';
|
||||||
$job->stage = 'go-for-import';
|
$job->stage = 'go-for-import';
|
||||||
$job->provider = 'bunq';
|
$job->provider = 'bunq';
|
||||||
@@ -84,7 +84,7 @@ class BunqRoutineTest extends TestCase
|
|||||||
{
|
{
|
||||||
$job = new ImportJob;
|
$job = new ImportJob;
|
||||||
$job->user_id = $this->user()->id;
|
$job->user_id = $this->user()->id;
|
||||||
$job->key = 'br_' . random_int(1, 1000);
|
$job->key = 'brX_' . random_int(1, 1000);
|
||||||
$job->status = 'ready_to_run';
|
$job->status = 'ready_to_run';
|
||||||
$job->stage = 'new';
|
$job->stage = 'new';
|
||||||
$job->provider = 'bunq';
|
$job->provider = 'bunq';
|
||||||
|
Reference in New Issue
Block a user