Improve test coverage.

This commit is contained in:
James Cole
2018-12-18 06:49:26 +01:00
parent 454b3ebd97
commit 29f2ee93d1
2 changed files with 7 additions and 2 deletions

View File

@@ -153,7 +153,6 @@ class ReportFormRequest extends Request
*/
public function getExpenseList(): Collection
{
// fixed
/** @var AccountRepositoryInterface $repository */
$repository = app(AccountRepositoryInterface::class);
$set = $this->get('exp_rev');