mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 02:26:26 +05:00
more logging
This commit is contained in:
@@ -287,7 +287,7 @@ func TestActionTimingHourMonthdaysYear(t *testing.T) {
|
||||
},
|
||||
}}
|
||||
t.Log(at.Timing.Timing.CronString())
|
||||
t.Log(time.Now())
|
||||
t.Log(time.Now(), referenceDate, referenceDate.After(testTime))
|
||||
st := at.GetNextStartTime(referenceDate)
|
||||
if !st.Equal(expected) {
|
||||
t.Errorf("Expected %v was %v", expected, st)
|
||||
|
||||
Reference in New Issue
Block a user