test(update): model finalize channel rewrite snapshots · openclaw/openclaw@7e9a863
steipete
·
2026-05-15
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -3828,6 +3828,8 @@ describe("update-cli", () => {
|
3828 | 3828 | }; |
3829 | 3829 | vi.mocked(readConfigFileSnapshot) |
3830 | 3830 | .mockResolvedValueOnce(preDoctorSnapshot) |
| 3831 | +.mockResolvedValueOnce(preDoctorSnapshot) |
| 3832 | +.mockResolvedValueOnce(postDoctorSnapshot) |
3831 | 3833 | .mockResolvedValueOnce(postDoctorSnapshot); |
3832 | 3834 | |
3833 | 3835 | await updateFinalizeCommand({ channel: "dev", json: true, restart: false }); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。