Skip to content

Commit 4ca5353

Browse files
chore: replace quartz.Clock with *quartz.Mock
1 parent 0ad16bb commit 4ca5353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/provisionerdserver/provisionerdserver_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2189,7 +2189,7 @@ type overrides struct {
21892189
externalAuthConfigs []*externalauth.Config
21902190
templateScheduleStore *atomic.Pointer[schedule.TemplateScheduleStore]
21912191
userQuietHoursScheduleStore *atomic.Pointer[schedule.UserQuietHoursScheduleStore]
2192-
clock quartz.Clock
2192+
clock *quartz.Mock
21932193
acquireJobLongPollDuration time.Duration
21942194
heartbeatFn func(ctx context.Context) error
21952195
heartbeatInterval time.Duration

0 commit comments

Comments
 (0)