test(core): annotate fork-thread positional literals

This commit is contained in:
Friel
2026-03-28 11:26:37 -07:00
parent 797fed3d57
commit 901c8e2ba6

View File

@@ -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");