添加一些TODO

This commit is contained in:
Yun
2025-05-30 14:16:59 +08:00
parent c14d65c46a
commit 3716f97eaf
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ func TestGetNextTime(t *testing.T) {
{
name: "Test unknown JobType",
job: timerx.JobData{
JobType: timerx.JobType(100),
JobType: timerx.JobType("100"),
},
expectedTime: time.Time{},
expectedError: errors.New("未知的任务类型: 100"),