Skip to content

Commit

Permalink
don't try to have two holidays on the same day
Browse files Browse the repository at this point in the history
  • Loading branch information
erluti committed Sep 12, 2024
1 parent d17103f commit 1d1d0ea
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -729,16 +729,10 @@ tests:
expect:
name: "Emancipation Day in Texas"
- given:
date: ['2024-06-17', '2027-06-21', '2033-06-20']
date: ['2024-06-17', '2027-06-21', '2028-06-19', '2033-06-20']
regions: ["us_ut"]
expect:
name: "Juneteenth National Freedom Day"
- given:
date: ['2028-06-19']
regions: ["us_ut"]
expect:
name: ["Juneteenth National Freedom Day", "Juneteenth National Independence Day"]


- given:
date: ['2017-6-20', '2020-6-19', '2021-6-21']
Expand Down

0 comments on commit 1d1d0ea

Please sign in to comment.