Skip to content

Commit

Permalink
Prevent conflicts between test reservations
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinco committed Mar 6, 2025
1 parent 611dab8 commit f0c8a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/system/admin/instrument_reservations_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
login_as admin
create(
:purchased_reservation,
reserve_start_at: 1.hour.from_now,
reserve_end_at: 2.hours.from_now,
reserve_start_at: 2.hours.from_now,
reserve_end_at: 3.hours.from_now,
product: instrument
)
end
Expand Down

0 comments on commit f0c8a66

Please sign in to comment.