Skip to content

Commit

Permalink
Merge pull request #769 from freelawproject/2444-fix-missing-court-ids
Browse files Browse the repository at this point in the history
2444 fix missing court ids
  • Loading branch information
mlissner authored Nov 17, 2023
2 parents c95bd54 + 489704d commit 1d846b4
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions juriscraper/opinions/united_states/state/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
"nj",
"njsuperctappdiv_p",
"njsuperctappdiv_u",
"njtax_p",
"njtax_u",
"njtaxct_p",
"njtaxct_u",
"njsuperctappdiv_u",
"ny",
"nyag",
Expand Down
2 changes: 1 addition & 1 deletion juriscraper/opinions/united_states/territories/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__all__ = [
"guam",
"nmi",
"nmariana",
"pr",
"prapp",
"virginislands",
Expand Down
2 changes: 1 addition & 1 deletion tests/local/test_ScraperExtractFromTextTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class ScraperExtractFromText(unittest.TestCase):
{"Docket": {"docket_number": "#30018-a-MES"}},
),
],
"juriscraper.opinions.united_states.territories.nmi": [
"juriscraper.opinions.united_states.territories.nmariana": [
(
"""#E-FILED\nCNMI SUPREME COURT\nE-filed: Apr 18 2022 06:53AM\nClerk Review: Apr 18 2022 06:54AM Filing ID: 67483376\nCase No.: 2021-SCC-0017-CIV\nJudy Aldan""",
{"Docket": {"docket_number": "2021-SCC-0017-CIV"}},
Expand Down

0 comments on commit 1d846b4

Please sign in to comment.