Skip to content

Commit

Permalink
fix(bia): Update tests to reflect dates
Browse files Browse the repository at this point in the history
Fix BIA dates for tests because dates are approximate
  • Loading branch information
flooie committed Nov 17, 2023
1 parent 5c30050 commit a633f2f
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_text(elem):
"citation": citation,
"url": url[0],
"docket": docket,
"date": year.split()[1],
"date": f"{year.split()[1]}-07-01",
"date_filed_is_approximate": True,
}
)
Expand Down
Loading

0 comments on commit a633f2f

Please sign in to comment.