test: finish anthropic turn merge row · openclaw/openclaw@7b8245a
shakkernerd
·
2026-05-12
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -361,13 +361,13 @@ describe("validateAnthropicTurns", () => {
|
361 | 361 | stopReason: "error", |
362 | 362 | errorMessage: "Overloaded", |
363 | 363 | }, |
364 | | -expect.objectContaining({ |
| 364 | +{ |
365 | 365 | role: "user", |
366 | 366 | content: [ |
367 | 367 | { type: "text", text: "Steering: try again" }, |
368 | 368 | { type: "text", text: "Another follow-up" }, |
369 | 369 | ], |
370 | | -}), |
| 370 | +}, |
371 | 371 | ]); |
372 | 372 | }); |
373 | 373 | }); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。