Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Edge7481 committed Apr 22, 2024
1 parent 5122879 commit ae122c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/ticket_purchases_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def make_failed_stripe_purchase
select 'GBP', from: 'currency_selector'
expect(page).to have_content('£')
end

it 'buys a ticket in EUR' do
select 'EUR', from: 'currency_selector'
fill_in "tickets__#{third_registration_ticket.id}", with: '1'
Expand Down

0 comments on commit ae122c2

Please sign in to comment.