aboutsummaryrefslogtreecommitdiffstats
path: root/t/app
diff options
context:
space:
mode:
Diffstat (limited to 't/app')
-rw-r--r--t/app/controller/dashboard.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/dashboard.t b/t/app/controller/dashboard.t
index 903affdcf..c83902c48 100644
--- a/t/app/controller/dashboard.t
+++ b/t/app/controller/dashboard.t
@@ -132,7 +132,7 @@ FixMyStreet::override_config {
},
{
desc => 'confirmed last 2 weeks with no state',
- dt => $now->clone->subtract( weeks => 2 ),
+ dt => $now->clone->subtract( weeks => 2, hours => 1 ),
counts => [1,2,4,4],
report_counts => [2, 1, 1],
},