feat: disable registration

This commit is contained in:
juancwu 2026-05-17 14:30:59 +00:00
commit 39330ce821
17 changed files with 179 additions and 132 deletions

View file

@ -210,9 +210,9 @@ func TestFirstFireOnOrAfter_WeeklyShiftsToTargetDayOfWeek(t *testing.T) {
func TestAddMonths(t *testing.T) {
tests := []struct {
y int
m time.Month
n int
y int
m time.Month
n int
wy int
wm time.Month
}{