Merge remote-tracking branch 'origin/kb_development' into upstream-20240216

This commit is contained in:
KMY 2024-02-16 22:08:36 +09:00
commit c5782a87b7
5 changed files with 6 additions and 6 deletions

View file

@ -409,7 +409,7 @@ RSpec.describe Auth::RegistrationsController do
current = Time.now.utc
today = current.beginning_of_day
today += 1.day if current.hour > 10
today += 1.day if current.hour >= 10
travel_to today + 10.hours
end