Some new tests.

This commit is contained in:
James Cole
2015-05-07 20:56:27 +02:00
parent 2b6b896c2e
commit 184e8b1132
3 changed files with 63 additions and 6 deletions

View File

@@ -271,6 +271,7 @@ class AccountRepository implements AccountRepositoryInterface
$pct = $pct > 100 ? 100 : $pct;
$account->difference = $diff;
$account->percentage = round($pct);
}
);