Skip to content

Commit

Permalink
Issue-7: fix regions in us definitions test
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Peble committed Jul 22, 2017
1 parent 1184caa commit 627fa55
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,12 +375,12 @@ methods:
tests:
- given:
date: ['2017-2-28', '2018-2-13', '2019-3-5']
regions: ["us_fl", "us_la"]
regions: ["us_fl"]
expect:
name: 'Shrove Tuesday'
- given:
date: ['2017-2-28', '2018-2-13', '2019-3-5']
regions: ["us_fl", "us_la"]
regions: ["us_la"]
expect:
name: 'Mardi Gras Day'
- given:
Expand Down Expand Up @@ -464,7 +464,7 @@ tests:
holiday: false
- given:
date: ['2017-1-20', '2021-1-20']
regions: ["us_tx us_dc us_la us_md us_va"]
regions: ["us_tx", "us_dc", "us_la", "us_md", "us_va"]
expect:
name: "Inauguration Day"

Expand Down Expand Up @@ -607,6 +607,7 @@ tests:
- given:
date: ['2015-4-27', '2020-4-27', '2026-4-27']
regions: ["us_fl"]
options: ["observed"]
expect:
name: "Confederate Memorial Day"

Expand Down Expand Up @@ -657,7 +658,7 @@ tests:
date: ['2017-6-5', '2018-6-4', '2019-6-3']
regions: ["us"]
expect:
holkiday: false
holiday: false
- given:
date: ['2017-6-5', '2018-6-4', '2019-6-3']
regions: ["us_al"]
Expand All @@ -676,7 +677,7 @@ tests:
holiday: false
- given:
date: ['2017-6-12', '2018-6-11', '2022-6-10']
regions: ["us"]
regions: ["us_hi"]
options: ["observed"]
expect:
name: "King Kamehameha I Day"
Expand Down

0 comments on commit 627fa55

Please sign in to comment.