Skip to content

Commit

Permalink
fixes for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
evansmith committed Mar 26, 2024
1 parent 38afa50 commit c9f35ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/sidekiq/central_mail/submit_saved_claim_job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@

describe '#process_record' do
let(:path) { 'tmp/pdf_path' }

it 'processes a record and add stamps' do
record = double
datestamp_double1 = double
Expand Down Expand Up @@ -119,7 +120,7 @@
multistamp: true
).and_return(path)

expect(described_class.new.process_record(record, timestamp, '21P-530V2')).to eq(path)
expect(described_class.new.process_record(record, timestamp, form_id)).to eq(path)
end

describe '#get_hash_and_pages' do
Expand Down

0 comments on commit c9f35ef

Please sign in to comment.