mirror of
https://github.com/openai/codex.git
synced 2026-05-04 03:16:31 +00:00
cleanup
This commit is contained in:
@@ -204,7 +204,7 @@ mod tests {
|
||||
let mut out = Vec::new();
|
||||
for (i, t) in titles.into_iter().enumerate() {
|
||||
out.push(TaskSummary {
|
||||
id: TaskId(format!("T-{}", i)),
|
||||
id: TaskId(format!("T-{i}")),
|
||||
title: t.to_string(),
|
||||
status: codex_cloud_tasks_api::TaskStatus::Ready,
|
||||
updated_at: Utc::now(),
|
||||
|
||||
Reference in New Issue
Block a user