Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ public async Task Reconcile_disables_expired_recurring_reminders()
public async Task Expired_reminder_disabled_on_fire_without_executing()
{
var manager = await GetManagerAsync();
var now = TimeProvider.System.GetUtcNow();
var now = _timeProvider.GetUtcNow();

// Drain PreStart reconcile
await manager.Ask<ReminderManagerActor.ReconcileCompleted>(
Expand Down
Loading