mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
Fix merged thread metadata test compile
This commit is contained in:
2
codex-rs/Cargo.lock
generated
2
codex-rs/Cargo.lock
generated
@@ -2418,8 +2418,6 @@ version = "0.0.0"
|
||||
dependencies = [
|
||||
"codex-utils-absolute-path",
|
||||
"codex-utils-plugins",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror 2.0.18",
|
||||
]
|
||||
|
||||
|
||||
@@ -125,6 +125,7 @@ mod tests {
|
||||
agent_role: None,
|
||||
git_info: None,
|
||||
name: None,
|
||||
metadata: std::collections::BTreeMap::new(),
|
||||
turns: Vec::new(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user