Skip to content

Commit

Permalink
fix rebase weirdness take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
spompea-cfa committed Jan 8, 2025
1 parent d8863e1 commit 5f69c7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/lib/pdf_filler/md_el101_pdf_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@
expect(pdf_fields["ERO firm name"]).to eq "FileYourStateTaxes"
expect(pdf_fields["to enter or generate my PIN"]).to eq "23456"
expect(pdf_fields["Primary signature"]).to eq "Mary Lando"
<<<<<<< HEAD
expect(pdf_fields["Date"]).to eq expected_signature_date_pdf_value
=======
expect(pdf_fields["Date"]).to eq expected_signature_date
>>>>>>> 5391dad93 (fix rebase weirdness take 2)
expect(pdf_fields["Spouses First Name"]).to eq("")
expect(pdf_fields["Spouse MI"]).to eq("")
expect(pdf_fields["Spouses Last Name"]).to eq("")
Expand Down Expand Up @@ -87,7 +91,11 @@
expect(pdf_fields["ERO firm name_2"]).to eq "FileYourStateTaxes"
expect(pdf_fields["to enter or generate my PIN_2"]).to eq "11111"
expect(pdf_fields["Spouses signature"]).to eq "Marty Lando"
<<<<<<< HEAD
expect(pdf_fields["Date_2"]).to eq expected_signature_date_pdf_value
=======
expect(pdf_fields["Date_2"]).to eq expected_signature_date
>>>>>>> 5391dad93 (fix rebase weirdness take 2)
end
end
end
Expand Down

0 comments on commit 5f69c7c

Please sign in to comment.