Skip to content

Commit

Permalink
test: update test fixtures for 2022b
Browse files Browse the repository at this point in the history
Fixes #144
  • Loading branch information
evansiroky committed Oct 26, 2022
1 parent 84dca4d commit ef01e40
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions tests/fixtures/issues.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,16 +194,6 @@
"lat": 48.757505,
"lon": -91.621826,
"description": "#106 - 2020a - test for America/Atikokan timezone"
}, {
"zid": "America/Rainy_River",
"lat": 51.024131,
"lon": -93.820274,
"description": "#106 - 2020a - test for America/Rainy_River timezone"
}, {
"zid": "America/Nipigon",
"lat": 49.688972,
"lon": -83.665001,
"description": "#106 - 2020a - test for America/Nipigon timezone"
}, {
"zid": "America/Halifax",
"lat": 48.011834,
Expand All @@ -219,5 +209,20 @@
"lat": 43.000384,
"lon": 41.021173,
"description": "#106 - 2020a - test for overlapping zones in Abkhazia area"
}, {
"zid": "America/Rainy_River",
"lat": 48.72,
"lon": -94.564,
"description": "#144 - 2022b - test for America/Rainy_River timezone"
}, {
"zid": "America/Nipigon",
"lat": 49,
"lon": -88.313,
"description": "#144 - 2022b - test for America/Nipigon timezone"
}, {
"zid": "America/Thunder_Bay",
"lat": 48.44,
"lon": -89.2,
"description": "#144 - 2022b - test for America/Thunder_Bay timezone"
}
]

0 comments on commit ef01e40

Please sign in to comment.