mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 14:48:11 +00:00
Improve test coverage.
This commit is contained in:
@@ -71,7 +71,7 @@ class ReportControllerTest extends TestCase
|
||||
$netWorth->shouldReceive('getNetWorthByCurrency')->andReturn(
|
||||
[
|
||||
[
|
||||
'currency' => TransactionCurrency::first(),
|
||||
'currency' => $this->getEuro(),
|
||||
'balance' => '123',
|
||||
],
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user