Skip to content

Commit

Permalink
match test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
wittejm committed Oct 29, 2024
1 parent a3c160e commit 03e6581
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/backend/tests/test_form_filling.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ def test_conviction(self, pdf_factory: Callable, conviction_charge_factory: Call

def test_arrest(self, pdf_factory: Callable, dismissed_charge_factory: Callable):
expected_values = {
"(Case Number)": "(base case number)",
"(Case Number Possibly In Part)": "(base case number)",
"(DA Number)": "(DA num 0)",
"(Case Name)": "(Case Name 0)",
"(Full Name)": "(foo bar)",
Expand All @@ -714,7 +714,7 @@ def test_font_shrinking_and_pdf_write_text(self, MockPdfWriter, pdf_factory: Moc
+ "A.............. Very.................... Long................. Name......................"
)
expected_values = {
"(Case Number)": "(base case number)",
"(Case Number Possibly In Part)": "(base case number)",
"(DA Number)": "(DA num 0)",
"(Case Name)": "(Case Name 0)",
"(Full Name)": "(foo bar)",
Expand All @@ -726,7 +726,6 @@ def test_font_shrinking_and_pdf_write_text(self, MockPdfWriter, pdf_factory: Moc
"(Zip Code)": "(97111)",
"(Dismissed Arrest Dates)": "(Feb 3, 2020)",
"(Dismissed Charges)": f"({charge_name})",
"(Case Number)": "(base case number)",
"(Full Name)": "(foo bar)",
"(DA Number)": "(DA num 0)",
"(Full Name---)": "(foo bar)",
Expand Down

0 comments on commit 03e6581

Please sign in to comment.