Skip to content

Commit

Permalink
Small change in spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBowmanXD committed Dec 9, 2024
1 parent 5def2b5 commit 0d4904d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/helpers/spree/admin/tax_categories_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
context 'when products do not require a tax category' do
it 'returns include_blank as the translated "none" string' do
options = helper.tax_category_dropdown_options(false)
expect(options[:include_blank]).to eq(I18n.t(:none))
expect(options[:include_blank]).to eq("None")
end

it 'does not include a selected tax category' do
Expand Down

0 comments on commit 0d4904d

Please sign in to comment.