mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-05 13:43:36 +00:00
Improve test coverage.
This commit is contained in:
@@ -55,7 +55,7 @@ class PresidentsChoiceTest extends TestCase
|
||||
|
||||
$parser = new PresidentsChoice;
|
||||
$result = $parser->run($row);
|
||||
$this->assertEquals('-12.34', $result[3]);
|
||||
$this->assertEquals('-12.340000000000', $result[3]);
|
||||
$this->assertEquals('Descr', $result[2]);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user