fix error message for cronjob

pull/6/head
zhangxiaoyu-zidif 2017-07-31 14:42:04 +08:00
parent d8205661b7
commit 9ada6b37c5
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ func TestGetRecentUnmetScheduleTimes(t *testing.T) {
now := T2.Add(10 * 24 * time.Hour)
_, err := getRecentUnmetScheduleTimes(sj, now)
if err == nil {
t.Errorf("unexpected lack of error")
t.Errorf("expected an error")
}
}
{