mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
codex: fix argument comment lint on PR #16282
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user