mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
fix(test): correct round21 summarize assertion to expect real newlines (#3038)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user