Cleanup tests.

This commit is contained in:
James Cole
2015-05-23 21:23:51 +02:00
parent 41e20664de
commit 11e3696191
3 changed files with 40 additions and 9 deletions

View File

@@ -306,7 +306,7 @@ class AccountRepository implements AccountRepositoryInterface
if ($journal->destination_account->id == $account->id) {
return $journal;
}
}
} // @codeCoverageIgnore
);
return $filtered;