Skip to content

Commit

Permalink
12993: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chahmedejaz committed Dec 2, 2024
1 parent 4c6c1ee commit af200ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mailers/producer_mailer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def product_line_from_details_summary_text(mail, product_name)
summary = customer_details_summary_text(mail)
product_line_by_summary(summary, product_name)
end

def product_line_from_order_summary_text(mail, product_name)
summary = body_as_text(mail)
.split(I18n.t(:producer_mail_order_customer_text))
Expand Down

0 comments on commit af200ab

Please sign in to comment.