Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-pochet committed Aug 4, 2022
1 parent 03c8c42 commit 850285e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/subscriptions/dates/monthly_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
end
end

context 'when billing subscription day does not extist in the month' do
context 'when billing subscription day does not exist in the month' do
let(:subscription_date) { DateTime.parse('31 Jan 2022') }
let(:billing_date) { DateTime.parse('01 Mar 2022') }

Expand Down

0 comments on commit 850285e

Please sign in to comment.