Skip to content

Commit

Permalink
fix: correctly align input.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dp247 committed Oct 18, 2023
1 parent ada6ccc commit 4845348
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions uk_bin_collection/tests/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@
"wiki_note": "Pass the name of the street with the house number parameter, wrapped in double quotes"
},
"BuryCouncil": {
"SKIP_GET_URL": "SKIP_GET_URL",
"house_number": "3",
"postcode": "M26 3XY",
"url": "https://www.bury.gov.uk/waste-and-recycling/bin-collection-days-and-alerts",
"wiki_name": "Bury Council",
"wiki_note": "Pass the postcode and house number in their respective arguments, both wrapped in quotes."
"SKIP_GET_URL": "SKIP_GET_URL",
"house_number": "3",
"postcode": "M26 3XY",
"url": "https://www.bury.gov.uk/waste-and-recycling/bin-collection-days-and-alerts",
"wiki_name": "Bury Council",
"wiki_note": "Pass the postcode and house number in their respective arguments, both wrapped in quotes."
},
"CrawleyBoroughCouncil": {
"SKIP_GET_URL": "SKIP_GET_URL",
Expand Down

0 comments on commit 4845348

Please sign in to comment.