codex: fix argument comment lint on PR #16282

This commit is contained in:
Eric Traut
2026-03-30 17:38:55 -06:00
parent 757cfdb485
commit 50ffa4e0c5

View File

@@ -312,9 +312,9 @@ mod tests {
"job-1".to_string(),
AFTER_TURN_CRON_EXPRESSION.to_string(),
"run tests".to_string(),
true,
/*run_once*/ true,
now,
None,
/*timer_cancel*/ None,
)
.expect("job should be created");
assert_eq!(jobs.list_jobs(), vec![job]);