Skip to content

Commit

Permalink
Add duration to test update so one definitely comes after the other.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Feb 22, 2013
1 parent de0bbf7 commit b933f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/app/controller/report_updates.t
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ subtest 'check meta correct for second comment marking as reopened' => sub {
user => $user,
problem_id => $report->id,
text => 'update text',
confirmed => DateTime->now,
confirmed => DateTime->now + DateTime::Duration->new( minutes => 1 ),
problem_state => 'confirmed',
anonymous => 0,
mark_open => 0,
Expand Down

0 comments on commit b933f61

Please sign in to comment.