Skip to content

Commit

Permalink
test: update test configuration and start date
Browse files Browse the repository at this point in the history
  • Loading branch information
revelaction committed Aug 27, 2024
1 parent 888a135 commit 4d07150
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ical/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ timezone = "Europe/Berlin"
tick = "24h"
alarms = [
{type = "telegram", when = "-P7D"},
{type = "desktop", when = "-P1D"},
{type = "desktop", when = "-PT15M"},
{type = "desktop", when = "-PT1H"},
]
notifiers = ["desktop"]
Expand All @@ -27,7 +24,7 @@ notifiers = ["desktop"]
t.Fatalf("Failed to load config: %v", err)
}

start := time.Date(2024, 12, 1, 0, 0, 0, 0, time.UTC)
start := time.Date(2024, 11, 1, 0, 0, 0, 0, time.UTC)
parser := NewParser(conf, start)

// Test data
Expand Down

0 comments on commit 4d07150

Please sign in to comment.