Skip to content

Commit

Permalink
Fix: 登録時間帯のテストのエラー
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Feb 16, 2024
1 parent c534c3d commit 6594f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/auth/registrations_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def create_other_user

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

Expand Down

0 comments on commit 6594f1e

Please sign in to comment.