Skip to content

Commit

Permalink
Issue-7: add updated AU NY defs and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Peble committed Apr 1, 2017
1 parent 8966078 commit 96f4482
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions au.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ months:
function_modifier: 1
1:
- name: New Year's Day
regions: [au_nsw, au_vic, au_act, au_sa, au_wa, au_nt, au_qld]
regions: [au, au_nsw, au_vic, au_act, au_sa, au_wa, au_nt, au_qld]
mday: 1
observed: to_monday_if_weekend(date)
- name: New Year's Day
Expand Down Expand Up @@ -729,12 +729,12 @@ tests:
name: 'Christmas Day'
- given:
date: '2017-01-01'
regions: ["au_qld", "au_nsw", "au_act", "au_vic", "au_sa", "au_wa", "au_nt"]
regions: ["au", "au_qld", "au_nsw", "au_act", "au_vic", "au_sa", "au_wa", "au_nt"]
expect:
name: "New Year's Day"
- given:
date: '2017-01-02'
regions: ["au_qld", "au_nsw", "au_act", "au_vic", "au_sa", "au_wa", "au_nt"]
regions: ["au", "au_qld", "au_nsw", "au_act", "au_vic", "au_sa", "au_wa", "au_nt"]
options: ["observed"]
expect:
name: "New Year's Day"
Expand Down

0 comments on commit 96f4482

Please sign in to comment.