Speed up various tests.

This commit is contained in:
James Cole
2016-12-30 14:24:16 +01:00
parent 44b8e48c3a
commit ecbc0c1778
4 changed files with 82 additions and 19 deletions

View File

@@ -291,7 +291,7 @@ class BudgetRepository implements BudgetRepositoryInterface
}
);
}
)->get(['budget_limits.*']);
)->orderBy('budget_limits.start_date','DESC')->get(['budget_limits.*']);
return $set;
}