fix(test): correct round21 summarize assertion to expect real newlines (#3038)

This commit is contained in:
Steven Enamakel's Droid
2026-05-30 19:21:53 -07:00
committed by GitHub
parent 2a958e87e0
commit b92d61c3ad
@@ -147,7 +147,7 @@ async fn local_services_cover_mocked_inference_assets_speech_and_whisper_install
.summarize(&config, "decision: ship tests", Some(32))
.await
.expect("summary"),
"generated: Summarize this text in concise bullet points. Preserve decisions and commitments.\\n\\ndecision: ship tests"
"generated: Summarize this text in concise bullet points. Preserve decisions and commitments.\n\ndecision: ship tests"
);
assert_eq!(
service