mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Fix tests for new transaction source routine.
This commit is contained in:
@@ -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'),
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user