Skip to content

Commit

Permalink
Forgot to update the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonjg committed Sep 21, 2023
1 parent 0130b77 commit 718e0ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/oncallcalc/app/is_bankholiday_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var testData = []struct {
{
Name: "Mayday: leading shift",
InDate: mustParse("2021-05-02T12:00:00Z"),
BankHoliday: true,
BankHoliday: false,
},
{
Name: "Mayday: Midnight shift",
Expand All @@ -43,7 +43,7 @@ var testData = []struct {
{
Name: "Mayday: following shift",
InDate: mustParse("2021-05-04T00:00:00Z"),
BankHoliday: true,
BankHoliday: false,
},
{
Name: "Mayday: finished",
Expand Down

0 comments on commit 718e0ad

Please sign in to comment.