mirror of
https://github.com/openai/codex.git
synced 2026-04-29 10:53:24 +03:00
test(core): annotate fork-thread positional literals
This commit is contained in:
@@ -228,7 +228,13 @@ async fn fork_thread_session_configured_preserves_parent_and_history() {
|
||||
session_configured,
|
||||
..
|
||||
} = thread_manager
|
||||
.fork_thread(usize::MAX, config_for_fork, base_path, false, None)
|
||||
.fork_thread(
|
||||
usize::MAX,
|
||||
config_for_fork,
|
||||
base_path,
|
||||
/*persist_extended_history*/ false,
|
||||
/*parent_trace*/ None,
|
||||
)
|
||||
.await
|
||||
.expect("fork thread");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user