Skip to content

Commit

Permalink
Tweak fixture to see what timezone is used
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebarrie committed Jun 2, 2023
1 parent a52350d commit 4a28350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dummy/app/tasks/maintenance/params_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def collection
def process(post)
sleep(1) unless self.class.fast_task

post.update!(content: "New content added on #{Time.now.utc}")
post.update!(content: "New content added on #{Time.now.utc}:\ndatetime_attr: #{datetime_attr.inspect}")
end

private
Expand Down

0 comments on commit 4a28350

Please sign in to comment.