Skip to content

Commit

Permalink
fix: spec
Browse files Browse the repository at this point in the history
  • Loading branch information
takaishi committed Oct 20, 2024
1 parent c4b43b1 commit c5054e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/requests/stamp_rally_check_ins_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

context 'check in all booth' do
let!(:stamp_rally_check_ins) do
stamp_rally_check_points.map do |check_point|
stamp_rally_check_point_booth.map do |check_point|
create(:stamp_rally_check_in, profile:, stamp_rally_check_point: check_point, check_in_timestamp: DateTime.now)
end
end
Expand All @@ -61,7 +61,7 @@

context 'check in all booth and finish' do
let!(:stamp_rally_check_ins) do
stamp_rally_check_points.map do |check_point|
stamp_rally_check_point_booth.map do |check_point|
create(:stamp_rally_check_in, profile:, stamp_rally_check_point: check_point, check_in_timestamp: DateTime.now)
end
end
Expand Down

0 comments on commit c5054e7

Please sign in to comment.