mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
codex: fix CI failure on PR #17519
This commit is contained in:
@@ -124,7 +124,7 @@ assistant turn 1"#
|
||||
|
||||
#[test]
|
||||
fn current_thread_turn_truncation_preserves_start_and_end() {
|
||||
let items = vec![user_message(long_turn_text(0))];
|
||||
let items = vec![user_message(long_turn_text(/*index*/ 0))];
|
||||
let section = build_current_thread_section(&items).expect("current thread section");
|
||||
|
||||
assert_eq!(
|
||||
|
||||
Reference in New Issue
Block a user