Improve test coverage.

This commit is contained in:
James Cole 2018-06-01 06:40:24 +02:00
parent 66fa73aea4
commit 3654e75b8c

View File

@ -45,7 +45,7 @@ class BunqRoutineTest extends TestCase
{
$job = new ImportJob;
$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->stage = 'go-for-import';
$job->provider = 'bunq';
@ -84,7 +84,7 @@ class BunqRoutineTest extends TestCase
{
$job = new ImportJob;
$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->stage = 'new';
$job->provider = 'bunq';