Skip to content

Commit

Permalink
fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
saipraveen18 committed Nov 16, 2023
1 parent e2e3dc5 commit cafd36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/irs_yearly_pdf_report_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
included_hbx_ids: included_hbx_ids }
IrsYearlyPdfReport.new(params)
reporting_year = insurance_agreement[:plan_year].to_i
expect(File.exist?("#{Rails.root}/lib/pdf_templates/#{reporting_year}_1095A_form.pdf")). to eq true
expect(File.exist?("#{Rails.root}/lib/pdf_templates/#{reporting_year}_1095A_form.pdf")).to eq true
end
end
end

0 comments on commit cafd36e

Please sign in to comment.