diff options
Diffstat (limited to 'internal/notify/service_test.go')
| -rw-r--r-- | internal/notify/service_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/notify/service_test.go b/internal/notify/service_test.go index 1e9f771..fb47b98 100644 --- a/internal/notify/service_test.go +++ b/internal/notify/service_test.go @@ -149,7 +149,7 @@ func TestCloseNotificationEmitsReasonThree(t *testing.T) { // so the test exercises arm's closure directly. func TestNaturalExpiryDeletesTheTimerEntry(t *testing.T) { s := &Service{dir: t.TempDir(), timers: map[uint32]*time.Timer{}} - s.store = NewStore(func(id, reason uint32) {}, func(live, history []Popup) {}) + s.store = NewStore(func(id, reason uint32) {}, func(live, history []Popup) {}, nil) id, err := s.Notify("app", 0, "", "s", "b", nil, nil, 50) if err != nil { t.Fatalf("Notify: %v", err) |
