feat: Adds yearly calendared events with recurrences (#2177)
This commit is contained in:
parent
4beda6a29d
commit
f02403a374
6 changed files with 232 additions and 55 deletions
|
|
@ -81,10 +81,11 @@ public class EventSchedulerTests
|
|||
() => called = true
|
||||
);
|
||||
|
||||
Assert.Equal(Core._now, evt.NextOccurrence);
|
||||
Timer.Slice(8);
|
||||
|
||||
Assert.True(called);
|
||||
Assert.Equal(Core._now, evt.NextOccurrence);
|
||||
Assert.Equal(DateTime.MaxValue, evt.NextOccurrence);
|
||||
|
||||
evt.Cancel();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue