diff --git a/test/controllers/events_controller_test.rb b/test/controllers/events_controller_test.rb index 494fcc7e7..66833d506 100644 --- a/test/controllers/events_controller_test.rb +++ b/test/controllers/events_controller_test.rb @@ -5,6 +5,7 @@ class EventsControllerTest < ActionDispatch::IntegrationTest sign_in_as :kevin events(:layout_assignment_jz).update!(created_at: Time.current.beginning_of_day + 8.hours) + travel_to Time.current.beginning_of_day + 15.hours end test "index" do