Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed May 8, 2024
1 parent df6e419 commit eb3fe54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/models/calendar_feed_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ def test_filtering_daily

start_time_utc = DateTime.new(2023, 8, 28, 20, 20, 0, "-0600").utc.to_time
end_time_utc = DateTime.new(2023, 8, 29, 0, 0, 0, "-0600").utc.to_time
assert(CalendarFeed.events_for(start_time_utc, end_time_utc)[:daily].length == 0)

assert(CalendarFeed.events_for(start_time_utc, end_time_utc)[:daily].length == 1)
end
end
end
Expand Down

0 comments on commit eb3fe54

Please sign in to comment.