diff --git a/spec/helpers/admin/orders_helper_spec.rb b/spec/helpers/admin/orders_helper_spec.rb index 54afea4d89..ff00b73dc7 100644 --- a/spec/helpers/admin/orders_helper_spec.rb +++ b/spec/helpers/admin/orders_helper_spec.rb @@ -51,7 +51,7 @@ describe Admin::OrdersHelper, type: :helper do voucher_adjustment.update(included_tax: voucher_included_tax) fake_adjustment = helper.order_adjustments_for_display(order).last - expect(fake_adjustment.label).to eq("new_code (tax included in price)") + expect(fake_adjustment.label).to eq("new_code (tax included in voucher)") expect(fake_adjustment.amount).to eq(-0.5) end end