aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/app/controller/report_updates.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_updates.t b/t/app/controller/report_updates.t
index 2204a9d99..12ac5d654 100644
--- a/t/app/controller/report_updates.t
+++ b/t/app/controller/report_updates.t
@@ -724,7 +724,7 @@ subtest "check comment with no status change has not status in meta" => sub {
unlike $update_meta->[1], qr/marked as/, 'second update meta does not include state change';
like $update_meta->[2], qr/marked as investigating/, 'third update meta says investigating';
- my $dt = DateTime->now;
+ my $dt = DateTime->now->add( seconds => 1 );
my $comment = FixMyStreet::App->model('DB::Comment')->find_or_create(
{
problem_id => $report_id,