mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-03 12:45:20 +00:00
Code cleanup.
This commit is contained in:
@@ -59,7 +59,7 @@ class OpposingAccountIbansTest extends TestCase
|
||||
$this->assertCount(3, $mapping);
|
||||
// assert this is what the result looks like:
|
||||
$result = [
|
||||
0 => strval(trans('import.map_do_not_map')),
|
||||
0 => (string)trans('import.map_do_not_map'),
|
||||
17 => 'Else',
|
||||
21 => 'IBAN (Something)',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user