diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-04-20 19:35:31 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-04-20 19:38:32 +0100 |
commit | 66eb844d7eaba7155e362dcec8a7a7db8f3dbf4c (patch) | |
tree | 25debcbb91cae5d33429ae1dc3120e6d7f627b24 /t/app/model | |
parent | 97a01fcec2c48e379394e0127888edc2e5bbde91 (diff) |
Update tests for cobrand/template changes.
Diffstat (limited to 't/app/model')
-rw-r--r-- | t/app/model/user.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/model/user.t b/t/app/model/user.t index 24e5d2d98..bf73a9d09 100644 --- a/t/app/model/user.t +++ b/t/app/model/user.t @@ -46,7 +46,7 @@ END { sub create_update { my ($problem, %params) = @_; - my $dt = DateTime->now()->add(hours => 1); + my $dt = DateTime->now()->add(days => 1); return FixMyStreet::App->model('DB::Comment')->find_or_create({ problem_id => $problem->id, user_id => $problem->user_id, |