Fix tests for new transaction source routine.

This commit is contained in:
James Cole
2018-09-06 07:37:44 +02:00
parent b1cc17d96e
commit 7bca2298a0
3 changed files with 14 additions and 5 deletions

View File

@@ -41,10 +41,10 @@ use FireflyIII\Repositories\ImportJob\ImportJobRepositoryInterface;
use FireflyIII\Services\Bunq\ApiContext;
use FireflyIII\Services\Bunq\Payment;
use FireflyIII\Support\Import\Routine\Bunq\StageImportDataHandler;
use Log;
use Mockery;
use Preferences;
use Tests\TestCase;
use Log;
/**
* Class StageImportDataHandlerTest
@@ -158,6 +158,7 @@ class StageImportDataHandlerTest extends TestCase
'identifier' => 0,
],
],
'original-source' => 'bunq-v' . config('firefly.version'),
],
];
@@ -382,6 +383,7 @@ class StageImportDataHandlerTest extends TestCase
'identifier' => 0,
],
],
'original-source' => 'bunq-v' . config('firefly.version'),
],
];