Skip to content

Commit

Permalink
Black reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
SimmonsRitchie committed Dec 21, 2023
1 parent f5b024d commit 9716fe6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_il_commerce.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,19 @@ def test_source():
def test_links():
assert parsed_item["links"] == [
{
"href": "https://www.icc.illinois.gov/efiling/agenda/public/coverletter?agid=21912", # noqa
"href": "https://www.icc.illinois.gov/efiling/agenda/public/coverletter?agid=21912", # noqa
"title": "Public Utility Cover Letter",
},
{
"href": "https://www.icc.illinois.gov/efiling/agenda/public/agendareport?agid=21912", # noqa
"href": "https://www.icc.illinois.gov/efiling/agenda/public/agendareport?agid=21912", # noqa
"title": "Regular Open Meeting Agenda",
},
{
"href": "https://www.icc.illinois.gov/efiling/agenda/public/coverletter?agid=21938", # noqa
"href": "https://www.icc.illinois.gov/efiling/agenda/public/coverletter?agid=21938", # noqa
"title": "Transportation Cover Letter",
},
{
"href": "https://www.icc.illinois.gov/efiling/agenda/public/agendareport?agid=21938", # noqa
"href": "https://www.icc.illinois.gov/efiling/agenda/public/agendareport?agid=21938", # noqa
"title": "Bench Agenda",
},
]
Expand Down

0 comments on commit 9716fe6

Please sign in to comment.