Skip to content

Commit

Permalink
spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanylamm committed Apr 24, 2024
1 parent e66a075 commit aef231a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/ticket_purchase_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
describe 'monetization' do
let!(:purchase) { create(:ticket_purchase, amount_paid_cents: 1000, currency: 'USD') }

it 'correctly monotizes amount_paid_cents' do
it 'correctly monetizes amount_paid_cents' do
expect(purchase.purchase_price).to be_a(Money)
expect(purchase.purchase_price.currency.iso_code).to eq('USD')
expect(purchase.purchase_price.fractional).to eq(1000)
Expand Down

0 comments on commit aef231a

Please sign in to comment.