mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
make sure randomly selected journals match prerequisites.
This commit is contained in:
@@ -155,7 +155,7 @@ class AmountTest extends TestCase
|
||||
'€1,44' => '1.44',
|
||||
'(33.52)' => '-33.52',
|
||||
'€(63.12)' => '-63.12',
|
||||
'($182.77)' => '-182.77',
|
||||
'($182.77)' => '-182.77',
|
||||
];
|
||||
foreach ($values as $value => $expected) {
|
||||
$converter = new Amount;
|
||||
|
Reference in New Issue
Block a user