Fix display of foreign currencies in charts.

This commit is contained in:
James Cole
2017-06-05 22:11:54 +02:00
parent b69a2ef0cd
commit 17b6cc43d5
8 changed files with 67 additions and 50 deletions

View File

@@ -33,9 +33,8 @@ class ReportControllerTest extends TestCase
public function testNetWorth()
{
$generator = $this->mock(GeneratorInterface::class);
$tasker = $this->mock(AccountTaskerInterface::class);
Steam::shouldReceive('balancesById')->andReturn(['5', '10']);
Steam::shouldReceive('balancesByAccounts')->andReturn(['5', '10']);
$generator->shouldReceive('singleSet')->andReturn([]);
$this->be($this->user());