From ae122c2442308deb200a0d3268e066c1435202fb Mon Sep 17 00:00:00 2001 From: Owen Hu Date: Mon, 22 Apr 2024 16:47:31 -0700 Subject: [PATCH] fix lint --- spec/features/ticket_purchases_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/ticket_purchases_spec.rb b/spec/features/ticket_purchases_spec.rb index b5d0fb5db..32bb9fd1f 100644 --- a/spec/features/ticket_purchases_spec.rb +++ b/spec/features/ticket_purchases_spec.rb @@ -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'