You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am hesitant to use randomness in my tests, because sometimes a test would pass and then the next time I run it it would fail. If the test is truly failing because of time zone differences, that randomness would make it really hard to debug!
How about we add a way to iterate over every time zone? Something like this:
Zonebie.each_time_zonedo |time_zone|
#iterates through each ActiveSupport::TimeZoneassertSomething_in_the_db_is_always_in_UTC?end
The text was updated successfully, but these errors were encountered:
I am hesitant to use randomness in my tests, because sometimes a test would pass and then the next time I run it it would fail. If the test is truly failing because of time zone differences, that randomness would make it really hard to debug!
How about we add a way to iterate over every time zone? Something like this:
The text was updated successfully, but these errors were encountered: