From 3654e75b8c82214b5ea4336fe335077d110c37a2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 1 Jun 2018 06:40:24 +0200 Subject: [PATCH] Improve test coverage. --- tests/Unit/Import/Routine/BunqRoutineTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Unit/Import/Routine/BunqRoutineTest.php b/tests/Unit/Import/Routine/BunqRoutineTest.php index b07615ba29..eb53266989 100644 --- a/tests/Unit/Import/Routine/BunqRoutineTest.php +++ b/tests/Unit/Import/Routine/BunqRoutineTest.php @@ -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';